So I added my personal gmail, and it says "We have e-mailed your password reset link! " , but I haven't received any email.
'from' => ['address' => 'myemail@gmail.com', 'name' => 'No reply'],
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
So my website is hosted in Digital Ocean, and when I try to test the password forgot I get an error.
"Swift_TransportException in AuthHandler.php line 181: Failed to authenticate on SMTP server with username "itzik" using 2 possible authenticators"
Any idea about this? Do I need to add something in the mail.php file?
What reset? Redirect? You will only get redirected if you added a redirect to the callback, in that case look for redirect('/home') and make it ('/') I think, or do not redirect and just flash success to page.
Please or to participate in this conversation.