From e170cefb5d7065266ca912e52ed579d0aee0993e Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 12 Dec 2025 10:45:27 +0100 Subject: [PATCH] Update SMTP to Mailjet --- supabase/.env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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