Skip to content

Commit 3fac182

Browse files
committed
[symfony/google-mailer] Fix gmail DSN host code.
1 parent 07763c6 commit 3fac182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/google-mailer/4.3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"#1": "Gmail SHOULD NOT be used on production, use it in development only.",
44
"#2": "GMAIL_USERNAME=",
55
"#3": "GMAIL_PASSWORD=",
6-
"#4": "MAILER_DSN=smtp://$GMAIL_USERNAME:$GMAIL_PASSWORD@google"
6+
"#4": "MAILER_DSN=smtp://$GMAIL_USERNAME:$GMAIL_PASSWORD@gmail"
77
}
88
}

0 commit comments

Comments
 (0)