-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Mailer] Add Infobip bridge #16760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Mailer] Add Infobip bridge #16760
Conversation
@OskarStark thanks a lot, it's updated, should be all clear now ✔️ |
Needs to be against |
updated |
================== ============================================== | ||
|
||
.. versionadded:: 6.2 | ||
|
||
The ``MailPace`` integration was introduced in Symfony 6.2 (in previous | ||
Symfony versions it was called ``OhMySMTP``). | ||
|
||
.. versionadded:: 6.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it should be merged with the previous block?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea IMO, IIRC we already did the same in the past
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left them separate for now because the existing versionadded
is a bit special and explains some renaming. Merging both would look confusing in my opinion. But we can change this at any moment if we disagree. Thanks!
This PR was merged into the 6.2 branch. Discussion ---------- [Mailer] Add Infobip bridge | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | License | MIT | Doc PR | symfony/symfony-docs#16760 Hello, Add Infobip as new email provider for Symfony Mailer! Co-authored with @jbdelhommeau 👍 Commits ------- 1f9c282 [Mailer] Add Infobip bridge
This PR was merged into the 6.2 branch. Discussion ---------- [Mailer] Add Infobip bridge | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | License | MIT | Doc PR | symfony/symfony-docs#16760 Hello, Add Infobip as new email provider for Symfony Mailer! Co-authored with @jbdelhommeau 👍 Commits ------- 1f9c2828f4 [Mailer] Add Infobip bridge
Thank you Benoit. |
This PR was merged into the 6.2 branch. Discussion ---------- [Mailer] Add Infobip bridge | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | License | MIT | Doc PR | symfony/symfony-docs#16760 Hello, Add Infobip as new email provider for Symfony Mailer! Co-authored with @jbdelhommeau 👍 Commits ------- 1f9c2828f4 [Mailer] Add Infobip bridge
Hello,
Companion for symfony/symfony#46211!