Skip to content

Commit 7b0667f

Browse files
authored
RFC Create a recipe for Google mailer transport
1 parent 4983180 commit 7b0667f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"env": {
3+
"#1": "Gmail SHOULD NOT be used on production, use it in development only.",
4+
"#2": "GMAIL_USERNAME=",
5+
"#3": "GMAIL_PASSWORD=",
6+
"#4": "MAILER_DSN=smtp://$GMAIL_USERNAME:$GMAIL_PASSWORD@google"
7+
}
8+
}

0 commit comments

Comments
 (0)