1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailer/CHANGELOG.md

684 B

  • Remove deprecated ActionMailer::DeliveryJob and ActionMailer::Parameterized::DeliveryJob in favor of ActionMailer::MailDeliveryJob.

    Rafael Mendonça França

  • Remove deprecated ActionMailer::Base.receive in favor of Action Mailbox.

    Rafael Mendonça França

  • Fix ActionMailer assertions don't work for parameterized mail with legacy delivery job.

    bogdanvlviv

  • Added email_address_with_name to properly escape addresses with names.

    Sunny Ripert

Please check 6-0-stable for previous changes.