[symfony/google-mailer] Fix gmail DSN host code.

This commit is contained in:
drixs6o9
2019-06-10 14:05:59 +02:00
parent 07763c692d
commit 3fac182ef8
+1 -1
View File
@@ -3,6 +3,6 @@
"#1": "Gmail SHOULD NOT be used on production, use it in development only.",
"#2": "GMAIL_USERNAME=",
"#3": "GMAIL_PASSWORD=",
"#4": "MAILER_DSN=smtp://$GMAIL_USERNAME:$GMAIL_PASSWORD@google"
"#4": "MAILER_DSN=smtp://$GMAIL_USERNAME:$GMAIL_PASSWORD@gmail"
}
}