Install
Works with Drupal: ^10.1 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
30.83 KB
MD5: 5192e89abf134d42d4c045e5079c9d9c
SHA-1: eb16c28f2c79985238bc968e4774a85e800b11b5
SHA-256: 0e9fac8c352b47be7b03e679b96ea1858bf67b287a4e38a2cb2ccd43fa5483f9
Download zip
50.88 KB
MD5: 532c2cf89ac43eb9eb88a03e584f6e6c
SHA-1: 50f1b02fcad01c902818a0df02cba59cc6b8f47a
SHA-256: 47176a0820d6215f4c1b8347513cc47c0b9c96e15186e0758ac0234651c298c8
Release notes
Sendmail transport users take note: If you are using a custom sendmail command, you must specify it in your settings.php file to update to this version. The specification should look like this:
<?php
$settings['mailer_sendmail_commands'][] = 'YOUR CUSTOM COMMAND';
?>The update hook will warn you if you have commands in your sendmail transports that are not in settings.php, and it will suggest the necessary code to add.
Key module support added
This module now supports the Key module as a way to store SMTP credentials. Existing credentials stored in configuration will still work, but it's recommended to use the Key module for new installs.
Contributors (2)
Changelog
Issues: 6 issues resolved.
Changes since 2.0.2 (compare):
Task
- #3526813 by zengenuity: Limit sendmail transport to commands specified in settings.php
- #3517573 by zengenuity, jaydee1818: SymfonyMailer.php triggers deprecation notice in PHP 8.4
- #3470504 by zengenuity: Site name with special characters causes mail send to fail
- #3530423 by zengenuity: Add support for Key module for SMTP Transport