# How to obtain: AWS Console → Simple Email Service → SMTP Settings → Create SMTP CredentialsBACKEND_MAIL_HOST=email-smtp.us-east-1.amazonaws.com # Replace with your regionBACKEND_MAIL_PORT=465BACKEND_MAIL_SECURE=trueBACKEND_MAIL_SENDER=[email protected] # Must be a verified sender addressBACKEND_MAIL_SENDER_NAME=Teable NotificationBACKEND_MAIL_AUTH_USER=your_smtp_username # AWS SMTP usernameBACKEND_MAIL_AUTH_PASS=xxxxxxxxxxxxxx # AWS SMTP password
Gmail
Copy
# How to obtain: Google Account → Security → 2-Step Verification → App PasswordsBACKEND_MAIL_HOST=smtp.gmail.comBACKEND_MAIL_PORT=465BACKEND_MAIL_SECURE=trueBACKEND_MAIL_SENDER=[email protected]BACKEND_MAIL_SENDER_NAME=Teable NotificationBACKEND_MAIL_AUTH_USER=[email protected]BACKEND_MAIL_AUTH_PASS=xxxxxxxxxxxxxx # 16-digit app password
Microsoft 365 / Outlook
Copy
# How to obtain: Microsoft 365 admin center → Security → Policies & rules → Email authenticationBACKEND_MAIL_HOST=smtp.office365.comBACKEND_MAIL_PORT=587BACKEND_MAIL_SECURE=trueBACKEND_MAIL_SENDER=[email protected]BACKEND_MAIL_SENDER_NAME=Teable NotificationBACKEND_MAIL_AUTH_USER=[email protected]BACKEND_MAIL_AUTH_PASS=xxxxxxxxxxxxxx # Your Microsoft 365 password or app password
SendGrid
Copy
# How to obtain: SendGrid Dashboard → Settings → API Keys → Create API KeyBACKEND_MAIL_HOST=smtp.sendgrid.netBACKEND_MAIL_PORT=465BACKEND_MAIL_SECURE=trueBACKEND_MAIL_SENDER=[email protected]BACKEND_MAIL_SENDER_NAME=Teable NotificationBACKEND_MAIL_AUTH_USER=apikeyBACKEND_MAIL_AUTH_PASS=xxxxxxxxxxxxxx # Your SendGrid API Key