Posted: Wed Oct 01, 2003 9:31 am Post subject: Binary Attachement using Mail Plugin
Disciple
Joined: 21 Jul 2003 Posts: 169 Location: IA
I'm trying to get a binary attachement to be sent using the SMTP sendmail, I getting mail but the attachement is not there. Does anyone see what I could be doing wrong in the compute node's code below.
Thanks
Mike
set OutputRoot.XML.Message.From = 'mike.schroeder@pioneer.com';
set OutputRoot.XML.Message.To = 'mike.schroeder@pioneer.com';
set OutputRoot.XML.Message.Subject = 'TESTING OUT ATTACHMENTS';
set OutputRoot.XML.Message.Test=InputBody.REQUEST.ATTACHMENT_NAME;
set OutputRoot.XML.Message.To = 'mike.schroeder@pioneer.com';
set OutputRoot.XML.Message.Body = 'An e-mail with attachment';
set OutputRoot.XML.Message.MailAttachment.AttachmentFilename = 'providers.pdf';
set OutputRoot.XML.Message.MailAttachment.AttachmentData.Base64.(XML.CDataSection) = InputRoot.XML.REQUEST.ATTACHMENT[1];
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum