Wave - How to setup security and email verifcation for production
Hi, is there away to setup Wave for security and setup email verification for production? In the docs it states that using mailtrap is only for testing, how can I setup email verification for production and use other security practices like using services like auth0 to login? I wish someone who used wave to start a SAAS in production tell the steps they did to secure wave.
Hi there,
You would need to have an SMTP service so that your Laravel App could be sending out emails to external email boxes. MailTrap can't be used for that.
You can use a service like SendGrid for example. You can follow steps 1 and 2 from this tutorial here on how to set that up:
How To Create a Laravel Contact Form and Send Emails with SendGrid
Hope that this helps!
Best,
Bobby