- Make attach and image return the message and update tests accordingly
- Add inline image functionality [thanks @pthm[
- Add ability to set recipient as cc or bcc
- Allow sending to duplicate email addresses (as per warning error message)
- add duplicate email address detection
- add support for array type responses from mandrill
- Properly handle reject errors from mandrill
- add clearing of template when setting html
- switch track_opens and track_clicks to be undefined by default, using mandrills account settings
- provide access to headers
- add bcc functionality
- add trackClicks and trackOpens
- implement templateContent [closes #6]
- Can now add attachments to the email [@MuzzleFork]
- Add ability to send plain-text emails or HTML and plain text emails.
- fix intercepting with no message vars
- fix syntax error. Doh
- add support for sending pure html
- Add optional support for Mandrill subaccounts
- Added skip option to builder and message
- Added option to intercept to builder
- Refactored to return a message builder by default
- Changed .send's cb signature to cb(err, body) instead of cb(body) -- more node like
- Initial release. Pretty damn good lads