-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Mailer] Add Infobip bridge #46211
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 #46211
Conversation
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
3039e18
to
86c35a4
Compare
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.
Some minor comments, thank you
src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipApiTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipSmtpTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipTransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Exception/UnsupportedSchemeException.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Tests/Exception/UnsupportedSchemeExceptionTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Tests/Exception/UnsupportedSchemeExceptionTest.php
Outdated
Show resolved
Hide resolved
86c35a4
to
e196d31
Compare
@OskarStark Thanks! All fixed, hope I did not forget anything 👍 |
b7df661
to
87d660c
Compare
just done a little update to fix the SMTP client, all good now. |
Rebased with last commit to check if it fixes psalm error. |
@OskarStark I know it's a bit late but do you know if it could be released with 6.1? |
We’ve been in feature freeze for more than a month now, so it’ll be for 6.2 unfortunately. |
Thank you, I will change the branch target then 👍 |
This PR was merged into the 5.4 branch. Discussion ---------- [Mailer] Sort transports alphabetically | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Spotted in #46211 | License | MIT | Doc PR | - So the sorting does not needs to be done in #46211 cc @B-Galati Commits ------- 5d76dbb [Mailer] Sort transports alphabetically
src/Symfony/Component/Mailer/Bridge/Infobip/Tests/Transport/InfobipApiTransportFactoryTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
@B-Galati Are you still interested in finishing this PR? |
Yes @fabpot 👍 |
Co-Authored-By: Jean-Baptiste Delhommeau <jeanbadel@gmail.com> Co-Authored-By: Benoit Galati <benoit.galati@gmail.com>
@fabpot it's ready, the CI fa 8000 ilure looks unrelated but I am may be wrong of course. |
@B-Galati Can you create a PR on symfony/recipes? |
Thank you @B-Galati. |
This PR was merged into the 6.2 branch. Discussion ---------- [Mailer] Add Infobip bridge Hello, Companion for symfony/symfony#46211! Commits ------- f14ec5d [Mailer] Add Infobip bridge
PR for the recipe opened symfony/recipes#1113 ✔️ |
This PR was merged into the 6.2 branch. Discussion ---------- [Mailer] re-add test | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | This test was initially added in #46211 but failed because of the changes from #46963 that were merged in the meantime. The test was then removed in e54dd38. This is a fixed version that is passing again. Commits ------- 1026e16 re-add test
Hello,
Add Infobip as new email provider for Symfony Mailer!
Co-authored with @jbdelhommeau 👍