phpmailer 6.x-3.1
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-6.x-3.1.tar.gz | 18.31 KB | 59252916b3549d64c59a6bbb4348725c |
| phpmailer-6.x-3.1.zip | 22.84 KB | 53c7f07c0110936bbaa64037789122ca |
Release notes
Changes since 6.x-3.0:
- by sun: Fixed PHP E_STRICT warnings.
- Removing translation directories
- Stripping CVS keywords
- by smk-ka: Restored admin settings form_submit handler which had been erroneously removed during the Mime Mail revamp.
- by smk-ka: Added a note to the README how to configure other popular freemailers.
- #749506 by smk-ka: Fixed 'invalid address' error caused by MIME encoded e-mail addresses. Updated tests.
- by smk-ka: Improved installation and status report page error message in case the PHPMailer library is missing.
- by smk-ka: Improved integration with Mime Mail.
- by smk-ka: Display a warning message if PHPMailer is disabled.
- by smk-ka: Removed bogus call to hook_mail_alter() from phpmailer_preview().
phpmailer 7.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-7.x-3.x-dev.tar.gz | 21.7 KB | 5e56f9f85205c224babcaaf1863e9c7b |
| phpmailer-7.x-3.x-dev.zip | 26.32 KB | 06b713487fa1e7706efc0ad29098fdba |
Release notes
Development snapshot of PHPMailer module 3.x for D7.
phpmailer 6.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-6.x-2.2.tar.gz | 18.77 KB | 973f2d23ceb4f0e0701d465385344618 |
| phpmailer-6.x-2.2.zip | 25.35 KB | 0e7e51f4c552ad29bbe3318729a1f8bf |
Release notes
Note
You have to run update.php when updating from 2.1 (even if there seem to be no updates) or clear caches by other means to regain access to the module settings page.
Note #2
Unless Libraries API has a stable release, the 3.x branch of PHPMailer module will not become the recommended release. Module version 6.x-2.2 is otherwise feature identical to 6.x-3.0 and the 2.x branch will still be maintained in the future.
Read morephpmailer 6.x-3.0
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-6.x-3.0.tar.gz | 19.12 KB | bd108af29e7f2c92f72a85018e019d7d |
| phpmailer-6.x-3.0.zip | 25.36 KB | a576249d33c1f41bcfc05def653dfc91 |
Release notes
Note
The 3.x branch of PHPMailer module now relies on Libraries API, otherwise it is feature identical to 6.x-2.2 (which will still be maintained in the future). However, the 3.x branch will not become the recommended release until Libraries API has a stable release.
Read morephpmailer 6.x-3.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-6.x-3.0-rc1.tar.gz | 18.75 KB | 5528256d25d25ec92410540402812e33 |
| phpmailer-6.x-3.0-rc1.zip | 24.99 KB | e42871f5d44f60b1d39518924818d2a5 |
Release notes
Key improvements
Added support for Libraries API.
Read morephpmailer 6.x-3.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-6.x-3.0-beta1.tar.gz | 18.39 KB | 3c96d6c4c206b40bc685003ce0282c95 |
| phpmailer-6.x-3.0-beta1.zip | 24.33 KB | 309d61abd7e031d9969d89a6423ead2c |
Release notes
Key improvements
Added support for Libraries API.
Read morephpmailer 6.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-6.x-3.x-dev.tar.gz | 20.75 KB | 7c77939af812f41ec35b0c550768d2cc |
| phpmailer-6.x-3.x-dev.zip | 25.36 KB | 450d5e05035d0ddb875284c101becd54 |
Release notes
Development snapshot of PHPMailer 3.x branch.
Key improvements
Added support for Libraries API.
phpmailer 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-6.x-2.1.tar.gz | 13.64 KB | ad6861de6ce2ed49fcb7d83b4ed730b2 |
| phpmailer-6.x-2.1.zip | 17.58 KB | 1f3c6d936c33b00fc562fdc623706cd5 |
Release notes
Changes since DRUPAL-6--2-0:
- by smk-ka: Updated external PHPMailer message strings.
- by smk-ka: Don't set FromName to an empty string.
- by smk-ka: Added public method SmtpSend for compatibility with PHPMailer 5.x.
phpmailer 5.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-5.x-2.1.tar.gz | 13.82 KB | 0a9c1db0f51c194f42278aea3b6cf499 |
| phpmailer-5.x-2.1.zip | 17.81 KB | c8a3ceefe8b7d864f5ba4495ccd5b6c1 |
Release notes
Changes since DRUPAL-5--2-0:
- by smk-ka: Updated external PHPMailer message strings.
- by smk-ka: Don't set FromName to an empty string.
- by smk-ka: Added public method SmtpSend for compatibility with PHPMailer 5.x.
phpmailer 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-6.x-1.0.tar.gz | 13.25 KB | 0d5d46987b7739a1c0444f77d058fb00 |
| phpmailer-6.x-1.0.zip | 18.02 KB | d7c4dbf0a971faf995463f2f9b7c2d24 |
Release notes
Changes since DRUPAL-6--2-0-ALPHA2:
- Complete rewrite for PHPMailer 2.x.
- by sun: Reverted to 5.x-1.0 state (compatible to PHP4).
- by sun: Ported PHPMailer 1.x to Drupal 6.x (PHP4 compatible).
- by sun: Added HTML mail preview when Mime Mail module is installed.
by sun: Simplified settings form (UX).
by smk-ka: Fixed improper RFC 822 formatted date (by Mime Mail).
by smk-ka: Fixed empty mail body with Mime Mail.
by smk-ka: Fixed inconsistent linefeeds with Mime Mail.
by smk-ka: Fixed phpmailer_debug_mail not always rerouting. - by sun: Fixed wrong link to ex. watchdog page.
by sun: Fixed PHP4 compatibility.
phpmailer 5.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-5.x-2.0.tar.gz | 13.49 KB | d04961c0202c4db1722b1840f86d8b97 |
| phpmailer-5.x-2.0.zip | 17.51 KB | a764c40db879f689c52dee3e10ef56d4 |
Release notes
Changes since DRUPAL-5--2-0-ALPHA2:
- #375422 by recidive: Fixed mails are sent to multiple recipients.
- by sun: Added HTML mail preview when Mime Mail module is installed.
by sun: Simplified settings form (UX).
by smk-ka: Fixed improper RFC 822 formatted date (by Mime Mail).
by smk-ka: Fixed empty mail body with Mime Mail.
by smk-ka: Fixed inconsistent linefeeds with Mime Mail.
by smk-ka: Fixed phpmailer_debug_mail not always rerouting.
phpmailer 6.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-6.x-2.0.tar.gz | 13.34 KB | 99475fcf5216ba2b061ef830229cd56f |
| phpmailer-6.x-2.0.zip | 17.27 KB | bd9271ad88a774019ee1eafe19d1eb8d |
Release notes
Changes since DRUPAL-6--2-0-ALPHA2:
- #375422 by recidive: Fixed mails are sent to multiple recipients.
- by sun: Added HTML mail preview when Mime Mail module is installed.
by sun: Simplified settings form (UX).
by smk-ka: Fixed improper RFC 822 formatted date (by Mime Mail).
by smk-ka: Fixed empty mail body with Mime Mail.
by smk-ka: Fixed inconsistent linefeeds with Mime Mail.
by smk-ka: Fixed phpmailer_debug_mail not always rerouting. - by sun: Fixed wrong link to ex. watchdog page.
phpmailer 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-6.x-1.x-dev.tar.gz | 13.15 KB | d6061812f4ddde31b69022dc367fa4f5 |
| phpmailer-6.x-1.x-dev.zip | 17.57 KB | 143ceb2fc87c4dec182be8d814fdd5e7 |
Release notes
Development snapshot of PHPMailer 6.x-1.x, compatible with PHP4.
phpmailer 6.x-2.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-6.x-2.0-alpha2.tar.gz | 12 KB | 0a6d637b2075ae90b68ca4cc2bf2f13d |
| phpmailer-6.x-2.0-alpha2.zip | 15.57 KB | 94a9b53fa946f42eb1f22492571d0aef |
Release notes
Changes since DRUPAL-6--2-0-ALPHA1:
- Fixed incomplete PHPMailer error messages.
- by sun: Code clean-up and sync between 5.x-2.x and 6.x-2.x.
- by sun: Fixed missing system_settings_form() due to clean-up commit.
phpmailer 5.x-2.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-5.x-2.0-alpha2.tar.gz | 12.2 KB | 3ed73de67198eb358c3490631b2b075a |
| phpmailer-5.x-2.0-alpha2.zip | 15.86 KB | 738f023ee58d98ec2b34e7efe9b4b9a2 |
Release notes
Changes since DRUPAL-5--2-0-ALPHA1:
- Fixed incomplete PHPMailer error messages.
- by sun: Code clean-up and sync between 5.x-2.x and 6.x-2.x.
- by sun: Fixed missing system_settings_form() due to clean-up commit.
phpmailer 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-6.x-2.x-dev.tar.gz | 17.99 KB | ed540a1787ef3988dfbbde633b00eb7b |
| phpmailer-6.x-2.x-dev.zip | 22.81 KB | ec5a453c30679a07b4593419d80e6c1c |
Release notes
Development snapshot of PHPMailer 2.x branch.
phpmailer 5.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-5.x-2.x-dev.tar.gz | 15.67 KB | 80bb30633f8a0f678887176623e1b1b3 |
| phpmailer-5.x-2.x-dev.zip | 19.69 KB | 0e205765cf5337efc56d88c428666c61 |
Release notes
Development snapshot of PHPMailer 2.x branch.
phpmailer 5.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-5.x-2.0-alpha1.tar.gz | 12.09 KB | 4708d38318b11731bb7ab5252be016c6 |
| phpmailer-5.x-2.0-alpha1.zip | 15.69 KB | 5ec6a3313598ee1f82cb866c313ca7b0 |
Release notes
Complete rewrite for PHPMailer 2.x.
phpmailer 6.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-6.x-2.0-alpha1.tar.gz | 11.84 KB | 6ecf0eab555e288171a8a33d8dac2d2e |
| phpmailer-6.x-2.0-alpha1.zip | 15.4 KB | d0de41246d918a746c4ab5931c6eeed0 |
Release notes
Complete rewrite for PHPMailer 2.x.
phpmailer 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| phpmailer-5.x-1.0.tar.gz | 10.99 KB | 085a8418509bc351906ddce8098fe561 |
| phpmailer-5.x-1.0.zip | 15.18 KB | 9e4032639e5adff744d208de5e64bff3 |
Release notes
Initial release of PHPMailer for Drupal 5.x.