mailgun
mailgun copied to clipboard
mailgun library for ruby
Separate commits for each change. Events API, get/delete messages, and store() action in routes. Added tests and updated README.
- Adds missing dependency on net/http. - Updates incorrect usage instructions in README.
v 0.11 Converting to test mode for my test suite. This code sends a message not in test mode ``` @mailgun = Mailgun(api_key: ENV['MAILGUN_API_KEY'], domain: ENV['MAILGUN_DOMAIN'], test_mode: true ) message_params...
How send email with subscription url? I not found api method
Prior to this PR, any `404` response from mailgun would cause a `TypeError: exception class/object expected` to be thrown from the mailgun gem. The previous behavior is that 404 should...
This is the only thing I feel like this gem is missing. Is there a way to batch send?
I am looking for mail receiving functions
Hi, Does this gem support to receive emails to rails app ? Thanks.
Hi HashNuke, How can I adding several email addresses into one maillist in one time? I tried to using following method, but it's only support to add one address. It...