diff --git a/src/Symfony/Component/Mailer/Bridge/Sweego/README.md b/src/Symfony/Component/Mailer/Bridge/Sweego/README.md index 06205497dd959..221dce1a662dc 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 04d8f76694a2b..050d04e814f22 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 85fb83342d40b..807d14000ced5 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 016454c480b0d..8a54fe96e0dce 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