yes i know that. my problem here is when i register a user from registration page /register , the notification on bottom right telling me to confirm the email but i dont received the email.
Did you check Junk or Spam folder ?
yap i checked every single tab of my inbox but nothing from laraship or anything about register confirmation
MAIL_DRIVER=log
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=laraship@corals.io
MAIL_FROM_NAME="Laraship"
yes i did, the email is sent correctly when i sent one through contact_us page, but doesnt work when i register a new user (confirmation email).
I’ve had this same issue, what you can do is enable debug logging and test a user registration yourself and keep a look at the bottom right corner for an error message and check your logs at storage/logs.
Please login or Register to submit your answer