swoosh v0.3.0 Release Notes

Release Date: 2016-04-20 // about 8 years ago
  • โž• Added

    • โž• Add Swoosh.Email.new/1 function to create Swoosh.Email{} struct.
    • Swoosh.TestAssertions.assert_email_sent/1 now supports asserting on specific email params.

    ๐Ÿ”„ Changed

    • โœ‚ Remove the need for / when setting the Mailgun adapter domain config.
    • Plug.Swoosh.MailboxPreview now formats email fields in a more friendlier way.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Use the sender's name in the From header with the Mailgun adapter.
    • Send custom headers set in %Swoosh.Email{}.headers when using the SMTP adapter.
    • ๐Ÿ‘‰ Use the "Sender" header before the "From" header as the "MAIL FROM" when using the SMTP adapter.