Receive delivery error for failed delivery with Mailgun SMTP -


currently, when send mail mailgun smtp, , not delivered, message silently dropped , trace appear in logs. possible receive delivery notes when delivery failed, in standard email accounts? (delivery notes like: this automatically generated delivery status notification. delivery following recipie... , on)

you can failed mail mailgun api:

restclient.get("https://api:your-api-key"\   "@api.mailgun.net/v3/your-domain/events",    :params => {     :'begin'       => 'fri, 3 may 2013 09:00:00 -0000',     :'ascending'   => 'yes',     :'limit'       =>  25,     :'pretty'      => 'yes',     :'event'       => 'failed'    }){|response, request, result| response }  

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -