Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Releases: plauclair/WireMailMailgun

Bug Fix Release

29 Apr 15:05
Compare
Choose a tag to compare

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

22 Mar 15:21
Compare
Choose a tag to compare
  • Fixes an issue where the fromName wouldn't be read correctly and would display ProcessWire as the sender.

Validate email

12 Mar 04:00
Compare
Choose a tag to compare
Validate email Pre-release
Pre-release

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)

06 Mar 08:59
Compare
Choose a tag to compare
  • Improved PHPDoc blocks
  • Refactor some attachments functionality
  • Tag support
  • Header method support
  • Attachment support for PHP < 5.5.0

Batch and Track

28 Feb 06:32
Compare
Choose a tag to compare
Batch and Track Pre-release
Pre-release

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

28 Feb 01:24
Compare
Choose a tag to compare
Pre-release
  • 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.