Skip to content

Commit a48026b

Browse files
committed
minor #11651 [Mailer] Sort providers alphabetically (javiereguiluz)
This PR was merged into the 4.3 branch. Discussion ---------- [Mailer] Sort providers alphabetically We always sort everything alphabetically, so let's do the same here. Thanks. Commits ------- 75786d8 [Mailer] Sort providers alphabetically
2 parents b538e84 + 75786d8 commit a48026b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ several - install whichever you want:
4242
Service Install with
4343
================== =============================================
4444
Amazon SES ``composer require symfony/amazon-mailer``
45+
Gmail ``composer require symfony/google-mailer``
4546
MailChimp ``composer require symfony/mailchimp-mailer``
4647
Mailgun ``composer require symfony/mailgun-mailer``
4748
Postmark ``composer require symfony/postmark-mailer``
4849
SendGrid ``composer require symfony/sendgrid-mailer``
49-
Gmail ``composer require symfony/google-mailer``
5050
================== =============================================
5151

5252
Each library includes a :ref:`Flex recipe <flex-recipe>` that will add example configuration

0 commit comments

Comments
 (0)