Skip to content

Commit bafdf8c

Browse files
Merge pull request #149 from davidchalifoux/master
Fixed 'email sending quota' link in `user-data-cleanup`
2 parents bdabe3b + b00f146 commit bafdf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user-data-cleanup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This sample shows how to cleanup the user data when he deletes his account.
77

88
See file [functions/index.js](functions/index.js) for the email sending code.
99

10-
Sending emails is performed using [nodemailer](https://www.npmjs.com/package/bad-words) a node based Email client with comprehensive EMail server setup. In this sample we're showing how to send email through SMTP using a Gmail account. Be aware that Gmail has an [email sending quota](). If you are planning on sending a large number of emails you should use a professional email sending platform such as Sendgrid
10+
Sending emails is performed using [nodemailer](https://www.npmjs.com/package/bad-words) a node based Email client with comprehensive EMail server setup. In this sample we're showing how to send email through SMTP using a Gmail account. Be aware that Gmail has an [email sending quota](https://support.google.com/a/answer/166852?hl=en). If you are planning on sending a large number of emails you should use a professional email sending platform such as Sendgrid
1111

1212
The dependencies are listed in [functions/package.json](functions/package.json).
1313

0 commit comments

Comments
 (0)