Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
45.74 KB
MD5: 9fdc27712e1b9dee4b21eb8e9eb7cd10
SHA-1: 55f4856c9380e03882d4442a3101b8d91b97efce
SHA-256: 9d7450b160676fc100511d5b36d8b81af20224282669860286becbfc4b85908c
Download zip
51.32 KB
MD5: 2519b77ad908ba42f6ff5933d2738f6c
SHA-1: 72134f15c69c65818e50b4c1a51c24438f3c5608
SHA-256: 44a73ddc6bc635177a48b289be8f17f618853f75f9b5969b3b7f9037809c6e2e
Release notes
New since 7.x-1.8:
- #1686588: Use From address properly
- #1442514: Sending attachments using modules smtp and mimemail
- #2986490: Re-Add MimeMail Integration
- #3050130: INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4
- #3009090: Remove code which contains deprecated function set_magic_quotes_runtime and ini directive 'magic_quotes_runtime'
- #3332455: PHP 8.2 compatibility
This is an incremental bug/feature release for Drupal 7. It fixes many of the PHP8 issues that required users to download the 7.x-dev release of smtp.
Changelog
Issues: 23 issues resolved since 7.x-1.7.
Changes since 7.x-1.7:
Bug
- #1686588: Use From address properly
- #1442514: Sending attachments using modules smtp and mimemail
- #2986490: Re-Add MimeMail Integration
- #3050130: INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4
- #3009090: Remove code which contains deprecated function set_magic_quotes_runtime and ini directive 'magic_quotes_runtime'
- #2983132 by bburg, goron, focal55, Steven Jones, wundo: Error since Mail Provider turned off TLS 1.0 support
- #2566561 by Pisco, Parin, NWOM, jhmnieuwenhuis, wundo: PHP 5.6 SSL operation failed with code 1
- Merge pull request #7 from chuva-inc/issue_2983132-7.x
- #2694121 by Perignon, neerajsingh, DamienMcKenna, Chris Matthews, wundo: Documentation clean up and PHP 7 compatibility with return values
- #2751623 by davi.uezono, Sagar Ramgade, wundo: Not following Drupal Code Standards
- #2872900 by nileshlohar, rivimey, wundo: Use get_t() in hook_requirements()
- #2753115 by jedihe, pianomansam, donutdan4114, wundo, hass, brandonpost, apotek, dandaman: Sending to multiple email addresses with comma-delimited list with spaces gives fatal error: "Invalid address"
- #2886894 by joelstein, wundo: Add Reply-To header even if it's the same as the Return-Path header
- #2979682 by Liam Morland, dcamburn, aubjr_drupal, Chris Matthews, jayroberts, wundo, retiredpro, dzepol, sheshsharma: Webform Attachments with SMTP
Feature
- #3332455: PHP 8.2 compatibility
- #2840624 by cslevy, powrsurg, vcouver, wundo, Chris Matthews: Allow from_name override from code
- #2840624 by wundo: Improve code readability
- #2840624 by wundo: Simplify code
- #2840624 by wundo: Remove empty line
- #2494339 by RecursiveMeta, DamienMcKenna, alex_drupal_dev, Chris Matthews: Implement Image Embed Attachments (src="cid:xxx")
Misc
- Add support to drush sql-sanitize
- Merge branch '7.x-1.x' into add_drush_sanitize_support
- Merge pull request #4 from chuva-inc/add_drush_sanitize_support
- Merge remote-tracking branch 'github/7.x-1.x' into 7.x-1.x
- Remove deprecated comment