Hello,
I turned on the confirmation setting for users then when i create a new user and the message that told me to confirm it, i couldnt find the email. is there a specific setting that i need to do?
2 Answers
Best Answer
Hello,
User Confirmation only works using registration from the register page, not from manual admin creation.
Hello,
Did you modify your email settings at .env file, default settings are emails sent to log file.
for example if you need to send emails via Gmail
https://medium.com/@agavitalis/how-to-send-an-email-in-laravel-using-gmail-smtp-server-53d962f01a0c
Or via SendGrid
https://sendgrid.com/docs/for-developers/sending-email/laravel/
MAIL_DRIVER=log
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
[email protected]
MAIL_FROM_NAME="Laraship"
Please login or Register to submit your answer