- Advanced personalization is now personalization
- Update constant name
- Simple personalization removed
- BREAKING CHANGE - Please check the README file, MailerSend API token is now defined inside your application.
- Sender identities by email
- Removed uninitialized variable
- Added supports for base64 attachment
- API Quota
- Single eMail Verification
- Sender Identities
- Fixes add_tags method in MailerSend::Email class
- Added attachment content disposition
- SMS Personalization
- SMS Messages
- SMS Inbounds
- SMS Webhooks
- Email Verification
- SMS Sending
- SMS Activity
- SMS Phone Numbers
- SMS Recipients
- Domains endpoint improvements
- Added schedule an email parameter
- Added inbound routes endpoint
- Added scheduled messages endpoint
- Removed puts from request response
- Added dynamic User-Agent based on SDK version
- BREAKING CHANGE: Renamed
API_TOKEN
variable toMAILERSEND_API_TOKEN
- Added bulk email endpoint
- Fixed typo for reply_to (thanks @JohnGoodman)
- Removed leftover debugging stuff
- Fixed email class so that it omits empty values
- Added Templates endpoint
- Fixed docs
- Fixed unused parameter
- Added required parameter for token creation
- Fixed small issues in Domains
- Fixed arguments error in Domains list
- Fixed Domains init
- Updated gem description
- Fixed activity and tokens endpoints.
- Updated token format so you don't have to include
Bearer
in env variable.
- Initial release