We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Your SendGrid API Key:
Enable Email Templates in Firebase Authentication:
Add SMTP Settings in Firebase Authentication:
In the Firebase Console, go to Authentication → Settings.
Scroll down to the Email Templates section.
Click Customize action emails → SMTP to enable custom email sending via SMTP.
Enter the following details:
smtp.sendgrid.net
587
465
apikey
[email protected]
Example setup:
SMTP Host: smtp.sendgrid.net Port: 587 Username: apikey Password: Your_SendGrid_API_Key Sender Address: [email protected]
Save Changes:
Now Firebase will use SendGrid to send any authentication-related emails (like email verification, password reset, etc.) from [email protected].
The text was updated successfully, but these errors were encountered:
luukee
No branches or pull requests
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:
In the Firebase Console, go to Authentication → Settings.
Scroll down to the Email Templates section.
Click Customize action emails → SMTP to enable custom email sending via SMTP.
Enter the following details:
smtp.sendgrid.net
587
(or465
if you prefer SSL)apikey
(yes, this is literal; you useapikey
as the username)[email protected]
(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
[email protected]
.The text was updated successfully, but these errors were encountered: