rails--rails/actionmailer/CHANGELOG.md

15 lines
505 B
Markdown
Raw Normal View History

* Remove deprecated `ActionMailer::Base.receive` in favor of [Action Mailbox](https://github.com/rails/rails/tree/master/actionmailbox).
*Rafael Mendonça França*
* Fix ActionMailer assertions don't work for parameterized mail with legacy delivery job.
*bogdanvlviv*
2019-06-10 13:47:46 +00:00
* Added `email_address_with_name` to properly escape addresses with names.
2019-06-10 13:47:46 +00:00
*Sunny Ripert*
2019-11-24 00:20:00 +00:00
2019-04-24 19:57:14 +00:00
Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/actionmailer/CHANGELOG.md) for previous changes.