Unofficial MailerSend integration with Rails
Setup
- Add it to your Gemfile
- Use the adapter:
ActionMailer::Base.delivery_method = :mailersend
-
mailersend-ruby
gem requiresMAILERSEND_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