mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
[symfony/google-mailer] Fix gmail DSN host code.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user