Matthew Gani
Results
1
issues of
Matthew Gani
Hi, I am currently using v1.3.3 and when using MessageBuilder object and adding an attachment, the filename given is not being used. ``` mb_obj = Mailgun::MessageBuilder.new mb_obj.add_attachment "#{Rails.root}/x/x/files/offer_letter_sample.docx", "Receipt.docx" ```...