Mailer::Mailgun
Inherits Mailer::Provider / Reference / Object
Constructors
new(key : String, domain : String)
Setup mailgun library with your api key and domain
Mailer::Mailgun.setup(key: "your-key-here", domain: "your-domain")
Instance methods
send(message)
Source