No release in over a year
Unofficial MailerSend integration with Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Unofficial MailerSend integration with Rails

Setup

  1. Add it to your Gemfile
  2. Use the adapter:
  ActionMailer::Base.delivery_method = :mailersend
  1. mailersend-ruby gem requires MAILERSEND_API_TOKEN environment variable, so make sure it's set.

Disclaimer

  • The code is terrible
  • There are no tests
  • It kinda works (as of July 2022)
  • Contributions are welcome