From 600d49ec9a56e29c82f7ecc9f527f23c2371588b Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 15 Nov 2024 14:52:25 +0100 Subject: [PATCH] [Mailer][Notifier] Sweego is backing their bridges, thanks to them! --- .../Component/Mailer/Bridge/Sweego/README.md | 14 ++++++++++++++ src/Symfony/Component/Mailer/README.md | 13 +++++++++++++ .../Component/Notifier/Bridge/Sweego/README.md | 14 ++++++++++++++ src/Symfony/Component/Notifier/README.md | 10 ++++++++-- 4 files changed, 49 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Mailer/Bridge/Sweego/README.md b/src/Symfony/Component/Mailer/Bridge/Sweego/README.md index 06205497dd95..221dce1a662d 100644 --- a/src/Symfony/Component/Mailer/Bridge/Sweego/README.md +++ b/src/Symfony/Component/Mailer/Bridge/Sweego/README.md @@ -24,6 +24,16 @@ MAILER_DSN=sweego+api://API_KEY@default where: - `API_KEY` is your Sweego API Key +Sponsor +------- + +This bridge for Symfony 7.2 is [backed][1] by [Sweego][2] itself! + +Sweego is a European email and SMS sending platform for developers and product builders. +Easily create, deliver, and monitor your emails and notifications. + +Help Symfony by [sponsoring][3] its development! + Resources --------- @@ -31,3 +41,7 @@ Resources * [Report issues](https://github.com/symfony/symfony/issues) and [send Pull Requests](https://github.com/symfony/symfony/pulls) in the [main Symfony repository](https://github.com/symfony/symfony) + +[1]: https://symfony.com/backers +[2]: https://www.sweego.io/ +[3]: https://symfony.com/sponsor diff --git a/src/Symfony/Component/Mailer/README.md b/src/Symfony/Component/Mailer/README.md index 04d8f76694a2..050d04e814f2 100644 --- a/src/Symfony/Component/Mailer/README.md +++ b/src/Symfony/Component/Mailer/README.md @@ -64,6 +64,15 @@ $email = (new TemplatedEmail()) $mailer->send($email); ``` +Sponsor +------- + +The Mailer component for Symfony 7.2 is [backed][1] by: + + * [Sweego][2], a European email and SMS sending platform for developers and product builders. Easily create, deliver, and monitor your emails and notifications. + +Help Symfony by [sponsoring][3] its development! + Resources --------- @@ -72,3 +81,7 @@ Resources * [Report issues](https://github.com/symfony/symfony/issues) and [send Pull Requests](https://github.com/symfony/symfony/pulls) in the [main Symfony repository](https://github.com/symfony/symfony) + +[1]: https://symfony.com/backers +[2]: https://www.sweego.io/ +[3]: https://symfony.com/sponsor diff --git a/src/Symfony/Component/Notifier/Bridge/Sweego/README.md b/src/Symfony/Component/Notifier/Bridge/Sweego/README.md index 85fb83342d40..807d14000ced 100644 --- a/src/Symfony/Component/Notifier/Bridge/Sweego/README.md +++ b/src/Symfony/Component/Notifier/Bridge/Sweego/README.md @@ -44,6 +44,16 @@ $sms->options($options); $texter->send($sms); ``` +Sponsor +------- + +This bridge for Symfony 7.2 is [backed][1] by [Sweego][2] itself! + +Sweego is a European email and SMS sending platform for developers and product builders. +Easily create, deliver, and monitor your emails and notifications. + +Help Symfony by [sponsoring][3] its development! + Resources --------- @@ -51,3 +61,7 @@ Resources * [Report issues](https://github.com/symfony/symfony/issues) and [send Pull Requests](https://github.com/symfony/symfony/pulls) in the [main Symfony repository](https://github.com/symfony/symfony) + +[1]: https://symfony.com/backers +[2]: https://www.sweego.io/ +[3]: https://symfony.com/sponsor diff --git a/src/Symfony/Component/Notifier/README.md b/src/Symfony/Component/Notifier/README.md index 016454c480b0..8a54fe96e0dc 100644 --- a/src/Symfony/Component/Notifier/README.md +++ b/src/Symfony/Component/Notifier/README.md @@ -6,7 +6,11 @@ The Notifier component sends notifications via one or more channels (email, SMS, Sponsor ------- -Help Symfony by [sponsoring][1] its development! +The Notifier component for Symfony 7.2 is [backed][1] by: + + * [Sweego][2], a European email and SMS sending platform for developers and product builders. Easily create, deliver, and monitor your emails and notifications. + +Help Symfony by [sponsoring][3] its development! Resources --------- @@ -17,4 +21,6 @@ Resources [send Pull Requests](https://github.com/symfony/symfony/pulls) in the [main Symfony repository](https://github.com/symfony/symfony) -[1]: https://symfony.com/sponsor +[1]: https://symfony.com/backers +[2]: https://www.sweego.io/ +[3]: https://symfony.com/sponsor