DEV Community

Discussion on: How to send email in Laravel 8 downwards using Gmail

Collapse
 
lengyelbalint profile image
lengyelbalint

Another great article! :)

Is it possible to add verification link like ResetPassword link to the mail after registration?

I allowed the Features::emailVerification(); line in config/fortify.php, but it did not solve my issue. :/

Can you help? :)

Collapse
 
kingsconsult profile image
Kingsconsult

While will you want to send the link, the link expires 60 minutes after generating, the person should just request forgot password instead.
But you can send virtually anything through the email