-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Mailer] Deprecate OhMySmtp Transport, Create MailPace transport #46714
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
Conversation
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.
Looks good, thank you @Holicz. I have added some notes
src/Symfony/Component/Mailer/Bridge/OhMySmtp/Transport/OhMySmtpApiTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/OhMySmtp/Transport/OhMySmtpSmtpTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceApiTransport.php
Outdated
Show resolved
Hide resolved
All comments were taken into account. PS: What is the process for this? Should I resolve the comments when I push the changes or should the original author of the comment review the touched code once again and resolve it himself? Thanks! |
@Holicz you can resolve comment (if needed, we can unresolve it) |
Thank you @Holicz. |
… transport (Holicz) This PR was squashed before being merged into the 6.2 branch. Discussion ---------- [Mailer] Deprecate OhMySmtp Transport, Create MailPace transport | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | yes | Tickets | Fix #46340 | License | MIT | Doc PR | symfony/symfony-docs#16896 OhMySMTP duplicate was created and renamed to MailPace. OhMySMTP was deprecated. Commits ------- dd2d6ed [Mailer] Deprecate OhMySmtp Transport, Create MailPace transport
@Holicz Can you submit a PR on symfony/recipes and one for the docs? |
Sure, Docs: symfony/symfony-docs#16896 |
OhMySMTP duplicate was created and renamed to MailPace. OhMySMTP was deprecated.