From 75786d878c0beaf4400c4cc27e2d65d8d0e7147b Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 3 Jun 2019 16:27:26 +0200 Subject: [PATCH] [Mailer] Sort providers alphabetically --- mailer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailer.rst b/mailer.rst index 09de4e78ede..01a69800cd9 100644 --- a/mailer.rst +++ b/mailer.rst @@ -42,11 +42,11 @@ several - install whichever you want: Service Install with ================== ============================================= Amazon SES ``composer require symfony/amazon-mailer`` +Gmail ``composer require symfony/google-mailer`` MailChimp ``composer require symfony/mailchimp-mailer`` Mailgun ``composer require symfony/mailgun-mailer`` Postmark ``composer require symfony/postmark-mailer`` SendGrid ``composer require symfony/sendgrid-mailer`` -Gmail ``composer require symfony/google-mailer`` ================== ============================================= Each library includes a :ref:`Flex recipe ` that will add example configuration