From a4fa694f63d5824c22aa24d8500a27c7667cb23a Mon Sep 17 00:00:00 2001 From: Yohann Durand Date: Wed, 11 Jan 2023 10:39:13 +0100 Subject: [PATCH] add composer google-mailer to mailer.rst --- mailer.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/mailer.rst b/mailer.rst index 7c8ab512493..3bf1456a974 100644 --- a/mailer.rst +++ b/mailer.rst @@ -102,6 +102,7 @@ via a third-party provider: Service Install with ================== ============================================== Amazon SES ``composer require symfony/amazon-mailer`` +Google ``composer require symfony/google-mailer`` MailChimp ``composer require symfony/mailchimp-mailer`` Mailgun ``composer require symfony/mailgun-mailer`` Mailjet ``composer require symfony/mailjet-mailer``