Register new user with confirmation

Laraship QuestionsCategory: TechnicalRegister new user with confirmation
Michael Leonzio asked 5 years ago
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
laraship Staff answered 5 years ago
Hello, User Confirmation only works using registration from the register page, not from manual admin creation.
laraship Staff answered 5 years ago
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
MAIL_FROM_ADDRESS=laraship@corals.io
MAIL_FROM_NAME="Laraship"