Install
Works with Drupal: ^8 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
24.7 KB
MD5: 9bf67421323b18cecbff593e163b7df3
SHA-1: b72238d39b9472042ee38470b8cf3c3a76d920cb
SHA-256: 520a749dc89486446522a7458a45a50398f532526b18a3d8d05d6f85f39620c1
Download zip
43.27 KB
MD5: ee55882aa5a3ac70c9ca02b0bbf2cfc1
SHA-1: 1ffd00a69535d88f83405e8a5c752dc9faa26d49
SHA-256: 2a01934cc5dac99f5031bd1044699cc52ba293b14828f86fe63b9e132cc4c3b6
Release notes
Switched to Mailgun SDK ~3.0, added EU support, made Drupal 9 compatible and fixed many issues.
If you have difficulties upgrading to this release by running composer update --with-dependencies try the following approach:
composer remove drupal/mailgun (to remove the module will all dependencies)
composer require drupal/mailgun (to install it from scratch)
Contributors (18)
Matroskeen, Neslee Canil Pinto, mstef, sokru, marcoscano, dpolant, AID_UA, jalpesh, wmcmillian-coalmarch, abramm, guedressel, DrColossos, markpavlitski, Sukender, HitchShock, leandro713, Bobík, grahl
Changelog
Issues: 21 issues resolved.
Changes since 8.x-1.0-rc2:
Bugs
- #3077594 by sokru, Matroskeen: getDomain returns from domain when using recommended mg domains
- #3050525 by marcoscano: Email attachments are not sent
- #3098127: Use site name in From: header
- #3100234 by jalpesh: Dashboard link leads to 404 page
- #3069673 by wmcmillian-coalmarch, Matroskeen: If you have more than 100 domains in your mailgun account, the module does not pull them all
- #3030249 by abramm, Matroskeen: Remove unnecessary composer.json requirements
- #3097524 by Matroskeen: Initial admin settings form submit overrides default config values
- #3072625 by grahl: Server exceptions not handled correctly
- #3092995 by guedressel: Require at least Drupal 8.7
Tasks
- #3122834 by Neslee Canil Pinto, Matroskeen: Compatibility with Drupal 9
- #3102390 by Matroskeen: Remove internal deprecated functions
- #3102374 by Matroskeen: Switch to mailgun/mailgun-php 3.0
- #3067760 by AID_UA: Update composer.json
- #3030105 by AID_UA: Add email template for "Reset Password" email
- #3058004 by mstef: Offer two additional mail system plugins: one that queues and one that does not
- #3069400 by dpolant: Return message response from sendMail method
- #3017767 by guedressel, DrColossos, markpavlitski, abramm, Matroskeen, Sukender, HitchShock, leandro713, Bobík: Incompatibility with European servers (eu)