Hi,
First of all, thank you so much for writing such a wonderful gem!!
I have an issue with sending an email with Multipart message that I generate using Mail gem.
I follow what you suggest on documentation; however, when I try to call deliver method on
gmail (e.g. gmail = Gmail::Message.new(raw: raw) where raw is encoded string of Mail object),
I got "*\ NoMethodError Exception: undefined method `tr' for nil:NilClass" error.
Please let me know if you want to look at my source code!
Hi, First of all, thank you so much for writing such a wonderful gem!! I have an issue with sending an email with Multipart message that I generate using Mail gem. I follow what you suggest on documentation; however, when I try to call deliver method on gmail (e.g. gmail = Gmail::Message.new(raw: raw) where raw is encoded string of Mail object), I got "*\ NoMethodError Exception: undefined method `tr' for nil:NilClass" error. Please let me know if you want to look at my source code!