Install

Works with Drupal: ^8 || ^9

Using Composer to manage Drupal site dependencies

Alternative installation files

Download mimemail-8.x-1.0-alpha3.tar.gztar.gz 35.14 KB
MD5: 796a8fdffa8c3da8488db67ed077fc67
SHA-1: c903ff807ef38eda0b63f2662df05bee9ceec301
SHA-256: 1a9fa0128bd8729d3297319187ed377b149bdcd3444645d611b7a89086776843
Download mimemail-8.x-1.0-alpha3.zipzip 48.75 KB
MD5: d2beeb41cb1a8c0db6930a5261639770
SHA-1: 5e02422aa7ea56411c10086c56a5033558eccfa4
SHA-256: d57310dc4e890ddfc34b61ea9050fe5e813f897d403775280b65babc4d3ab959

Release notes

This is the first release that supports Drupal core 9.0. (Although D9.0 has been supported in 8.x-1.x-dev for two months already).

This is the last release that supports Drupal core 8.7.

Changes since 8.x-1.0-alpha2:

Bug fixes:

New features:

  • #3146502 by TR: Make 'Send plain text email only' setting actually work
  • #3145039 by TR: Make 'Use simple address format' setting actually work
  • #3135736 by TR: Add base theme hook extension to mimemail_example
  • #3132999 by TR: Template file naming and suggestions
  • #3129729 by TR: Change path to mimemail_example form
  • #3128810 by TR: Add new permission for sending test email with mimemail_example
  • #2987698 by TR: Port mimemail_example module to D8.
  • #2986723 by TR: Many settings not ported to D8 yet
  • #2983816 by TR, Xano: Add basic config schemas / fix AdminForm

Testing:

  • #3145402 by TR: Add test cases for MimeMailFormatHelper::mimeMailRfcHeaders()
  • #3145176 by TR: Add test cases for MimeMailFormatHelper::mimeMailAddress()
  • #3135997 by TR: Refactor MimeMailKernelTest::testUrl to use a data provider
  • #3128807 by TR, imclean: Add tests for the mimemail_example module
  • #2985911 by TR: Port test cases to D8
  • Code cleanup:

    • #3146519 by TR: Use ::class constant instead of namespaced strings
    • #3145040 by TR: Rename MimeMailKernelTest to MimeMailFormatHelperTest
    • #3136090 by TR: Use dependency injection in MimeMail Mail plugin
    • #3111496 by imclean, TR: Remove Mime Mail engine code
    • #3133006 by TR: Use Mail::formatDisplayName() instead of Unicode::mimeHeaderEncode()
    • #3133004 by TR: Document and simplify Twig template
    • #3129831 by TR: Add descriptions to all ExampleForm fields
    • #3129816 by TR: ExampleForm attachments should be uploaded to temporary://
    • #3127906 by TR, anrikun: Spelling and punctuation
    • #3126782 by TR: Conditionally replace FileSystem::uriScheme() until Drupal 8.8 becomes the lowest-supported core version
    • #3126782 by TR: Conditionally replace file_uri_scheme() until Drupal 8.8 becomes the lowest-supported core version
    • #3126887 by TR: Deprecation: add $defaultTheme to browser tests
    • #3053311 by TR: Function visibility - D8
    • #3051208-18 by TR: Coding standards
    • #2999009 by chipway: Update Format of Dependencies in .info.yml
    • #2986145 by TR: Use mb_* functions instead of Unicode::* methods
    • #2986160 by TR: drupal_get_message() and drupal_set_message() replaced by Messenger service
    • #2986156 by TR: getFormID() should be getFormId()
    Created by: TR
    Created on: 5 Jun 2020 at 23:20 UTC
    Last updated: 5 Jun 2020 at 23:21 UTC
    Bug fixes
    New features

    Other releases