8000 [Mailer] Return `SentMessage` from `Mailer::send` if available by pableu · Pull Request #38517 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Mailer] Return SentMessage from Mailer::send if available #38517

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

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[Mailer] update CHANGELOG.md about returning SentMessage after sending
  • Loading branch information
pableu committed Oct 11, 2020
commit f38b43f95c6f69506c634fd74e704fc0c42ffec5
1 change: 1 addition & 0 deletions src/Symfony/Component/Mailer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CHANGELOG
* added `NativeTransportFactory` to configure a transport based on php.ini settings
* added `local_domain`, `restart_threshold`, `restart_threshold_sleep` and `ping_threshold` options for `smtp`
* added `command` option for `sendmail`
* return `SentMessage` after `Mailer::send` if not using messenger and available from transport

4.4.0
-----
Expand Down
0