8000 bug #58888 [Mailer][Notifier] Sweego is backing their bridges, thanks… · symfony/symfony@ebcab14 · GitHub
[go: up one dir, main page]

Skip to content

Commit ebcab14

Browse files
committed
bug #58888 [Mailer][Notifier] Sweego is backing their bridges, thanks to them! (nicolas-grekas)
This PR was merged into the 7.2 branch. Discussion ---------- [Mailer][Notifier] Sweego is backing their bridges, thanks to them! | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT After sponsoring `@welcoMattic` for their bridges (see #58322 and #57431), Sweego doubles down and is now also sponsoring the bridges themselves. Thanks to them! (and give Sweego a try ;) ) /cc `@Wasta`-Geek `@pydubreucq` Commits ------- 600d49e [Mailer][Notifier] Sweego is backing their bridges, thanks to them!
2 parents 81c5b91 + 600d49e commit ebcab14

File tree

4 files changed

+49
-2
lines changed

4 files changed

+49
-2
lines changed

src/Symfony/Component/Mailer/Bridge/Sweego/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,24 @@ MAILER_DSN=sweego+api://API_KEY@default
2424
where:
2525
- `API_KEY` is your Sweego API Key
2626

27+
Sponsor
28+
-------
29+
30+
This bridge for Symfony 7.2 is [backed][1] by [Sweego][2] itself!
31+
32+
Sweego is a European email and SMS sending platform for developers and product builders.
33+
Easily create, deliver, and monitor your emails and notifications.
34+
35+
Help Symfony by [sponsoring][3] its development!
36+
2737
Resources
2838
---------
2939

3040
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
3141
* [Report issues](https://github.com/symfony/symfony/issues) and
3242
[send Pull Requests](https://github.com/symfony/symfony/pulls)
3343
in the [main Symfony repository](https://github.com/symfony/symfony)
44+
45+
[1]: https://symfony.com/backers
46+
[2]: https://www.sweego.io/
47+
[3]: https://symfony.com/sponsor

src/Symfony/Component/Mailer/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ $email = (new TemplatedEmail())
6464
$mailer->send($email);
6565
```
6666

67+
Sponsor
68+
-------
69+
70+
The Mailer component for Symfony 7.2 is [backed][1] by:
71+
72+
* [Sweego][2], a European email and SMS sending platform for developers and product builders. Easily create, deliver, and monitor your emails and notifications.
73+
74+
Help Symfony by [sponsoring][3] its development!
75+
6776
Resources
6877
---------
6978

@@ -72,3 +81,7 @@ Resources
7281
* [Report issues](https://github.com/symfony/symfony/issues) and
7382
[send Pull Requests](https://gi 8000 thub.com/symfony/symfony/pulls)
7483
in the [main Symfony repository](https://github.com/symfony/symfony)
84+
85+
[1]: https://symfony.com/backers
86+
[2]: https://www.sweego.io/
87+
[3]: https://symfony.com/sponsor

src/Symfony/Component/Notifier/Bridge/Sweego/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,24 @@ $sms->options($options);
4444
$texter->send($sms);
4545
```
4646

47+
Sponsor
48+
-------
49+
50+
This bridge for Symfony 7.2 is [backed][1] by [Sweego][2] itself!
51+
52+
Sweego is a European email and SMS sending platform for developers and product builders.
53+
Easily create, deliver, and monitor your emails and notifications.
54+
55+
Help Symfony by [sponsoring][3] its development!
56+
4757
Resources
4858
---------
4959

5060
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
5161
* [Report issues](https://github.com/symfony/symfony/issues) and
5262
[send Pull Requests](https://github.com/symfony/symfony/pulls)
5363
in the [main Symfony repository](https://github.com/symfony/symfony)
64+
65+
[1]: https://symfony.com/backers
66+
[2]: https://www.sweego.io/
67+
[3]: https://symfony.com/sponsor

src/Symfony/Component/Notifier/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ The Notifier component sends notifications via one or more channels (email, SMS,
66
Sponsor
77
-------
88

9-
Help Symfony by [sponsoring][1] its development!
9+
The Notifier component for Symfony 7.2 is [backed][1] by:
10+
11+
* [Sweego][2], a European email and SMS sending platform for developers and product builders. Easily create, deliver, and monitor your emails and notifications.
12+
13+
Help Symfony by [sponsoring][3] its development!
1014

1115
Resources
1216
---------
@@ -17,4 +21,6 @@ Resources
1721
[send Pull Requests](https://github.com/symfony/symfony/pulls)
1822
in the [main Symfony repository](https://github.com/symfony/symfony)
1923

20-
[1]: https://symfony.com/sponsor
24+
[1]: https://symfony.com/backers
25+
[2]: https://www.sweego.io/
26+
[3]: https://symfony.com/sponsor

0 commit comments

Comments
 (0)
0