hi, i have a problem with attacchment mailpro plugin.
I have this code:
var vFilePath = ‘c:/devlist.txt’;
var vAttachment = plugins.MailPro.TextAttachment(vFilePath);
vNewMessage = vSmtp.createMessage(‘xxxr@gmail.com’, ‘xxx@gmail.com’, ‘A test message’, vAttachment.name);
vSuccess = vSmtp.sendMessage(vNewMessage);
but the mail does not send the attachment, nel corpo viene scritto il nome del file!!
how to send mail with attachments??
tnk…