Update SMTP to Mailjet
This commit is contained in:
@@ -51,13 +51,13 @@ ENABLE_PHONE_AUTOCONFIRM=false
|
|||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# SMTP (for magic link emails)
|
# 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_ADMIN_EMAIL=admin@mylder.io
|
||||||
SMTP_HOST=smtp.resend.com
|
SMTP_HOST=in-v3.mailjet.com
|
||||||
SMTP_PORT=587
|
SMTP_PORT=587
|
||||||
SMTP_USER=resend
|
SMTP_USER=your-mailjet-api-key
|
||||||
SMTP_PASS=your-smtp-api-key
|
SMTP_PASS=your-mailjet-secret-key
|
||||||
SMTP_SENDER_NAME=Mylder
|
SMTP_SENDER_NAME=Mylder
|
||||||
|
|
||||||
# Email paths
|
# Email paths
|
||||||
|
|||||||
Reference in New Issue
Block a user