diff --git a/supabase/.env.example b/supabase/.env.example index 9ab2cd1..41655bc 100644 --- a/supabase/.env.example +++ b/supabase/.env.example @@ -51,13 +51,13 @@ ENABLE_PHONE_AUTOCONFIRM=false ############################################################ # SMTP (for magic link emails) -# Use Resend, Sendgrid, or similar +# Using Mailjet - get API keys from https://app.mailjet.com/account/apikeys ############################################################ SMTP_ADMIN_EMAIL=admin@mylder.io -SMTP_HOST=smtp.resend.com +SMTP_HOST=in-v3.mailjet.com SMTP_PORT=587 -SMTP_USER=resend -SMTP_PASS=your-smtp-api-key +SMTP_USER=your-mailjet-api-key +SMTP_PASS=your-mailjet-secret-key SMTP_SENDER_NAME=Mylder # Email paths