Downloads
Download tar.gz
85.41 KB
MD5: 56a357f03b2d3d8dae60397538697825
SHA-1: ef7e8b19e9feb45af7c2964eb20d622f483cfdfd
SHA-256: ad4fe446752501f41ce27756cacfd042157a74164c4d7d57c83968c5d686c178
Download zip
100.25 KB
MD5: 3177cdd629abd881cac7a734d210e08e
SHA-1: c351626eb8e21e25e6ed142676c5ea7ba4573b82
SHA-256: 7dec18a9078f9d3bee35952760938bcbb5a204e6f29ab4269dfa4ebe639a5ed0
Release notes
Added integration with the Mailgun email service so now setting up and configuring a Mail Transfer Agent is not required.
As part of that, #911974: Send all emails through PHPMailer removing dependency on having a Sendmail compatible server was fixed.
IMPORTANT UPDATE NOTE:
You must now use our slightly forked version of the PHPMailer library found at https://github.com/KyleAMathews/phpmailer
There are a few variables such as the email's date that PHPMailer doesn't let us set that we fixed.
See https://github.com/KyleAMathews/phpmailer/commit/78cdf9743cc58f7e804207b... to see our changes.