Forum Moderators: open
I have been scouring the net for a while here looking for an answer to this problem, but I haven't found an answer yet.
I want to send an email with attachments via CDONTS. I can attach the first file and send it in the email with no problem. When I try to attach the second file by calling myMail.attach again, i get garbage (like the ascii code of the image) embedded in the email itself.
Is there anyway to actully have two or more attachments with the CDONTS email component, or will I have to resort to downloading a third-party component to complete this task.
Thanks
-Chris
check out [msdn.microsoft.com...]
have you tried changing the encoding?
Good luck
//ZS