Skip to content

Commit d0de3bc

Browse files
rachelsaunderslaurenzlong
authored andcommitted
docs(firestore-send-email): add note about bulk email service providers (#172)
1 parent e65fb1f commit d0de3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore-send-email/PREINSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ admin.firestore().collection('mail').add({
1616

1717
You can also optionally configure this extension to render emails using [Handlebar](https://handlebarsjs.com/) templates. Each template is a document stored in a Cloud Firestore collection.
1818

19-
When you configure this extension, you'll need to supply your **SMTP credentials for mail delivery**.
19+
When you configure this extension, you'll need to supply your **SMTP credentials for mail delivery**. Note that this extension is for use with bulk email service providers, like SendGrid, Mailgun, etc.
2020

2121
#### Additional setup
2222

0 commit comments

Comments
 (0)