From 3e38c36e6e8eb34eaeb7d1ed9f8a52efa0374fd1 Mon Sep 17 00:00:00 2001 From: Paul Oms Date: Tue, 24 Aug 2021 16:52:00 +0100 Subject: [PATCH 1/6] [Mailer] Added OhMySMTP mailer details --- mailer.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/mailer.rst b/mailer.rst index bad5231c7f8..ec95aacf082 100644 --- a/mailer.rst +++ b/mailer.rst @@ -112,11 +112,12 @@ Mailjet ``composer require symfony/mailjet-mailer`` Postmark ``composer require symfony/postmark-mailer`` SendGrid ``composer require symfony/sendgrid-mailer`` Sendinblue ``composer require symfony/sendinblue-mailer`` +OhMySMTP ``composer require symfony/ohmysmtp-mailer`` ================== ============================================== -.. versionadded:: 5.2 +.. versionadded:: 5.4 - The Sendinblue integration was introduced in Symfony 5.2. + The OhMySMTP integration was introduced in Symfony 5.2. Each library includes a :ref:`Symfony Flex recipe ` that will add a configuration example to your ``.env`` file. For example, suppose you want to @@ -166,6 +167,8 @@ party provider: Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default + OhMySMTP ohmysmtp+smtp://API_TOKEN@default n/a ohmysmtp+api://API_TOKEN@default + ==================== ==================================================== =========================================== ======================================== .. caution:: @@ -1326,6 +1329,10 @@ The following transports currently support tags and metadata: * Postmark * Sendinblue +The following transports only support tags: + +* OhMySMTP + Development & Debugging ----------------------- From 04d7c59d4f50ef30c880e524db31e1643880052f Mon Sep 17 00:00:00 2001 From: Paul Oms Date: Tue, 24 Aug 2021 17:48:33 +0100 Subject: [PATCH 2/6] Fix minor issue with OhMySMTP mailer documentation --- mailer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailer.rst b/mailer.rst index ec95aacf082..735a0f6ac59 100644 --- a/mailer.rst +++ b/mailer.rst @@ -117,7 +117,7 @@ OhMySMTP ``composer require symfony/ohmysmtp-mailer`` .. versionadded:: 5.4 - The OhMySMTP integration was introduced in Symfony 5.2. + The OhMySMTP integration was introduced in Symfony 5.4. Each library includes a :ref:`Symfony Flex recipe ` that will add a configuration example to your ``.env`` file. For example, suppose you want to From 1398583131ac8bc99c2bfbbd57f36f14f2991d8a Mon Sep 17 00:00:00 2001 From: Paul Oms Date: Thu, 26 Aug 2021 08:57:57 +0100 Subject: [PATCH 3/6] Renamed package name to match suggested changes to Symfony package --- mailer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailer.rst b/mailer.rst index 735a0f6ac59..4de5ad103b8 100644 --- a/mailer.rst +++ b/mailer.rst @@ -112,7 +112,7 @@ Mailjet ``composer require symfony/mailjet-mailer`` Postmark ``composer require symfony/postmark-mailer`` SendGrid ``composer require symfony/sendgrid-mailer`` Sendinblue ``composer require symfony/sendinblue-mailer`` -OhMySMTP ``composer require symfony/ohmysmtp-mailer`` +OhMySMTP ``composer require symfony/oh-my-smtp-mailer`` ================== ============================================== .. versionadded:: 5.4 From ed31b5f1c3c328d27b332d1b3817865ac4af8524 Mon Sep 17 00:00:00 2001 From: Paul Oms Date: Thu, 26 Aug 2021 10:13:34 +0100 Subject: [PATCH 4/6] Added 5.2 added in back in --- mailer.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mailer.rst b/mailer.rst index 4de5ad103b8..f7fa2736a19 100644 --- a/mailer.rst +++ b/mailer.rst @@ -115,6 +115,10 @@ Sendinblue ``composer require symfony/sendinblue-mailer`` OhMySMTP ``composer require symfony/oh-my-smtp-mailer`` ================== ============================================== +.. versionadded:: 5.2 + + The Sendinblue integration was introduced in Symfony 5.2. + .. versionadded:: 5.4 The OhMySMTP integration was introduced in Symfony 5.4. From 5e3f0377247768621fb5a9a0226d285707627118 Mon Sep 17 00:00:00 2001 From: Paul Oms Date: Thu, 26 Aug 2021 11:38:19 +0100 Subject: [PATCH 5/6] Adapted wording of Tag support --- mailer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailer.rst b/mailer.rst index f7fa2736a19..83637a2e524 100644 --- a/mailer.rst +++ b/mailer.rst @@ -1333,7 +1333,7 @@ The following transports currently support tags and metadata: * Postmark * Sendinblue -The following transports only support tags: +Only the following transports support tags: * OhMySMTP From 3855b4159b2f78965b4b7704f5925930ddef74ab Mon Sep 17 00:00:00 2001 From: Paul Oms Date: Thu, 26 Aug 2021 15:27:55 +0100 Subject: [PATCH 6/6] Revert text --- mailer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailer.rst b/mailer.rst index 83637a2e524..f7fa2736a19 100644 --- a/mailer.rst +++ b/mailer.rst @@ -1333,7 +1333,7 @@ The following transports currently support tags and metadata: * Postmark * Sendinblue -Only the following transports support tags: +The following transports only support tags: * OhMySMTP