Commit e1daf4e
committed
bug symfony#61769 [Mailer][Sendgrid] Add support for
This PR was merged into the 7.4 branch.
Discussion
----------
[Mailer][Sendgrid] Add support for `global` region (api transport)
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Issues | Fix symfony#61706
| License | MIT
Related to symfony#61706 and symfony#61758
Add support for `global` region (`SendgridApiTransport`)
Commits
-------
8eb5a45 [Mailer][Sendgrid] Add support for `global` region (api transport)global region (api transport) (sonnymilton)File tree
2 files changed
+5
-1
lines changed- src/Symfony/Component/Mailer/Bridge/Sendgrid
- Tests/Transport
- Transport
2 files changed
+5
-1
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments