Factor.io Connector for integrating with Mailgun.
Add this to your Gemfile
in your Connector
gem 'factor-connector-mailgun', '~> 0.0.3'
Add this to your init.rb
in your Connector
require 'factor/connector/mailgun_messages'
The Connectors README shows you how to run the Connector Server with this new connector integrated.
These tests are functional, they will call out to your Mailgun account and take actions.
export MAILGUN_DOMAIN=<domain>
export MAILGUN_API_KEY=<api key>
bundle exec rake