Skip to content

Commit b00f146

Browse files
Fixed 'email sending quota' link.
Prior to this commit it was an empty link, now it will link directly to the Google support page.
1 parent ea27906 commit b00f146

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)