Open luukee opened 1 month ago
Get Your SendGrid API Key:
Enable Email Templates in Firebase Authentication:
Add SMTP Settings in Firebase Authentication:
Enter the following details:
smtp.sendgrid.net
587
465
apikey
no-reply@mediaengagement.org
Example setup:
SMTP Host: smtp.sendgrid.net Port: 587 Username: apikey Password: Your_SendGrid_API_Key Sender Address: no-reply@mediaengagement.com
Save Changes:
Now Firebase will use SendGrid to send any authentication-related emails (like email verification, password reset, etc.) from no-reply@mediaengagement.com.
no-reply@mediaengagement.com
Steps to Set Up Firebase SMTP with SendGrid:
Get Your SendGrid API Key:
Enable Email Templates in Firebase Authentication:
Add SMTP Settings in Firebase Authentication:
Enter the following details:
smtp.sendgrid.net
587
(or465
if you prefer SSL)apikey
(yes, this is literal; you useapikey
as the username)no-reply@mediaengagement.org
(or any other email address from your domain you want to use for sending)Example setup:
Save Changes:
Now Firebase will use SendGrid to send any authentication-related emails (like email verification, password reset, etc.) from
no-reply@mediaengagement.com
.