Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

User1980's avatar

How to send an email verification manually?

Hi all,

I am having an issue with Laravel ui / vue 3 + Tailwind so I will have to code myself the email verification.

Is there simple way to manually send the "verify email" link to a user please without the Laravel UI installation?

It seems that I have a blade template called "auth/verify.blade.php" but I cannot find a way to resend it to the user.

Thank you.

0 likes
4 replies
User1980's avatar

@rodrigo.pedra Thanks, my problem was in fact due to the email server using a different port than the one I thought. I also noticed that upon failing to send the email, no errors were logged in telescope. I ended up using this(from the Laravel 8 documentation)

 event(new Registered($user));

I will still set your reply as correct as you pointed in the right direction.

Thanks again!

1 like
rodrigo.pedra's avatar

Thanks @User1980 . Also glad you could find the path yourself from the docs. Laravel docs are one of the best parts of the framework

User1980's avatar

@rodrigo.pedra Thanks, yes, the confusing part is when you work with 3 or 4 websites that all use a different version of Laravel. You may jump on the wrong docs from time to time and get stuck.

1 like

Please or to participate in this conversation.