Autodidactic Posted May 18, 2010 Report Share Posted May 18, 2010 Hi all! First I want to say I think ME is awesome (discovered it yesterday) and so far I have been able to do every thing I've tried with it except for some email issues. Here's what I'm trying to do: After a file (invoice.pdf) is generated by our accounting program I have it set up so Macro Express kicks in and asks for an email address, then when they click ok, it sends an email with a pre-defined subject and body and it attaches the file "invoice.pdf" from the correct folder. Now all of the automation is working like a champ every time (and was very easy to set up for a complete newbie!) but the only problem is when I open the test emails that I have been sending to myself, the attachment shows up as uuencoded text. I've tried a ton of different files besides pdf's and all show up in the recipients inbox uuencoded. Also, I went to try a different mail server but it uses ssl for its smtp server. Is there a way to use ssl for email sending? Thanks in advance! (here's a sample of my email output: ________________________________________________________ This is a multi-part message in MIME format --pkX7J5wQVcFNbsXlgY1=_BgKOK1c2ejpw4 Content-Type: text/plain Content-Transfer-Encoding: 7bit Invoice email Body text here... --pkX7J5wQVcFNbsXlgY1=_BgKOK1c2ejpw4 Content-Type: application/octet-stream; name="Invoice.pdf" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Invoice.pdf" JVBERi0xLjQKJcfsj6IKNSAwIG9iago8PC9MZW5ndGggNiAwIFIvRmlsdGVyIC9GbGF0ZURlY29k ZT4+CnN0cmVhbQp4nCtUMNAzNFIwAEEYIzmXSz/IXCG9mKtQwdTQACynYGYGZuga6BkYGJsYm...</snip> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.