Skip to content

Commit

Permalink
docs(firestore-send-email): add note about bulk email service provide…
Browse files Browse the repository at this point in the history
…rs (#172)
  • Loading branch information
rachelsaunders authored and laurenzlong committed Jan 27, 2020
1 parent e65fb1f commit d0de3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firestore-send-email/PREINSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ admin.firestore().collection('mail').add({

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.

When you configure this extension, you'll need to supply your **SMTP credentials for mail delivery**.
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.

#### Additional setup

Expand Down

0 comments on commit d0de3bc

Please sign in to comment.