Hey guys,
I'm trying to attach pdfs to my mail, using the following headers. Do these look correct? When sending the exact same file, over and over, it works about 25% of the time. The other 75% of the time, I get a blank, empty document.
Content-Type: application/pdf; name="fishhouse_menu.pdf"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="fishhouse_menu.pdf"
Does that look right? Any ideas?
-jon