-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Mailer] add Mailtrap bridge #58252
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 Mailtrap bridge #58252
Conversation
6553eea
to
c393ff9
Compare
src/Symfony/Component/Mailer/Bridge/Mailtrap/Tests/Transport/MailtrapApiTransportTest.php
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Mailtrap/Tests/Transport/MailtrapApiTransportTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Mailtrap/Tests/Transport/MailtrapApiTransportTest.php
Outdated
Show resolved
Hide resolved
c393ff9
to
c811ff3
Compare
Thanks for the reviews! |
Thank you @kbond. |
This PR was merged into the 7.2 branch. Discussion ---------- [Mailer] add Mailtrap docs Documentation for * symfony/symfony#58252 Commits ------- e425caf [Mailer] add Mailtrap docs
Hi everyone, Mailtrap already has PHP SDK and integration with Symfony framework https://github.com/railsware/mailtrap-php/tree/main/src/Bridge/Symfony |
@gaalferov official mailer bridges are not about being full SDKs for the API of a provider, supporting all features supported by that API. They are about implementing the Mailer abstraction using that provider, so that you can write the same code using |
This adds a new mailer bridge for Mailtrap (their sending feature - not email testing).
Documentation
Recipe