Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Vue.js Master Class 2024 Edition

Changes to Default Email Provider in Supabase thumbnail image

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Changes to Default Email Provider in Supabase

In this lesson, we’re tackling a critical update from Supabase that affects email-based authentication. Supabase recently changed its default email provider, meaning you’ll need to set up a custom SMTP provider to continue using features like email login, registration, and password resets. Without it, only users within your organization can authenticate, leaving external users unable to register or reset passwords.

Rather than diving into setting up a custom SMTP provider like SendGrid, PostMark, and MilGun , I’ll focus on updating our project to adapt to this change. We will modify your seeders and migrations to ensure everything runs smoothly with your existing email setup.

Links