renz45 / mandrill_mailer

A small gem for sending Mandrill template emails
260 stars 84 forks source link

Attachment not included in mail, yet no errors raised #133

Closed jbwl closed 7 years ago

jbwl commented 7 years ago

I'd like some hints how I could debug this problem - I'm trying to send a mail with attachments as per the documentation. The mail is send out fine, with the correct template, but the attachment I sent with it is missing. There are no errors in the Rails log or in the Mandrill API logs, so I have no idea what could cause this. How would you debug this?

BenRuns commented 7 years ago

This seems pretty difficult to debug or determine if more logging would add value without more information.

Is it an intermittent failure? Can you replicate the error in development or test? If you've replicated it, have you set break points or print statements in the code to see what is going on?

jbwl commented 7 years ago

Closing it for now until I can find a way to get an error logged.