This repository has been archived by the owner on Jun 4, 2018. It is now read-only.
Releases: plauclair/WireMailMailgun
Releases · plauclair/WireMailMailgun
Bug Fix Release
Another light bug fix release, thanks to everyone using the module and sending in feedback!
- Fix send() method missing return which could cause problems sometimes, fixes #6
- Add transliterator check for some systems where the translit ID might not exist
Small bug fix release
- Fixes an issue where the fromName wouldn't be read correctly and would display ProcessWire as the sender.
Validate email
Small update with improvements on the addAttachment() method and an added validateEmail() method, using Mailgun's email validation service.
Tags, moar attachments, better docs (kind of)
- Improved PHPDoc blocks
- Refactor some attachments functionality
- Tag support
- Header method support
- Attachment support for PHP < 5.5.0
Batch and Track
Batch and Tracking
- Fix behavior of the to() method to conform with default PW behaviour
- Simple batch mode implementation
- Shorthand sending has been tested and should be working -- please send feedback!
- Email open and click tracking
- Updated documentation
Preliminary working version
- Send to single or multiple TO, CC or BCC
- Set domain name
- Set API key
- HTML and plain text support
- HTML automatic conversion to plain text
- Test mode support
Note : shorthand wireMail() isn't supported yet.