lua-mailgun icon indicating copy to clipboard operation
lua-mailgun copied to clipboard

Lua bindings to Mailgun HTTP API

Results 2 lua-mailgun issues
Sort by recently updated
recently updated
newest added

I see that in the rockspec you're calling this MIT licensed, can you include an actual file or put the license text in the source somewhere?

Hey, I've added a method to get domain lists Limit param: Maximim number of records to return (optional: 100 by default) ```lua local m = Mailgun({ domain = domain, api_key...