PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

Wave - How to setup security and email verifcation for production

Solved
chrislamigu

May 29th, 2022 06:04 PM

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.

bobbyiliev

May 30th, 2022 05:57 AM

Best Answer

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