Mailgun Sender
A simple Mailgun plugin for sending email with Corona.
Note
This plugin provides limited support for the Mailgun API. In particular, there is no support for attachments.
Get the Plugin
You will need the Mailgun Sender plugin available in the Corona Marketplace.
Add the Plugin
Add the plugin by adding an entry to the plugins table of your build.settings file:
settings = { plugins = { ["plugin.mailgun-sender"] = { publisherId = "com.develephant" }, }, }
Load the Plugin
In your project "require" the plugin:
local mailgun = require("plugin.mailgun-sender")
You're now ready to use the Mailgun Sender plugin in your project.