I am using TMail to send emails. I'm able to attach PDFs to these emails, and download them successfully. However, when I receive the email, the attachment name is 'noname'. How can I choose the name of the attachment? I know I can choose it using the mail gem.
At this point, I'm too far in the project to switch to anything else.
When you create the message you do something like:
To attach your file you do something like:
It's the next to last line that should do the trick.