Email Attachments
Closed this issue · 1 comments
devtester123 commented
Is it possible to have attachments using this code?
Thanks
nicholassmith commented
It is yes, if you look here: http://forums.codeguru.com/showthread.php?418377-Send-Email-w-attachments-using-SMTP there's an example of a raw email message. You need to construct a boundary and the relevant header meta data for an attachment, and append the base64 encoded data for the attachment.