there is a bug in MailsendwithAttachment. If I put some text into a string that I want to appear in the body and email it I get a space inserted by 24x7 where I don't want one. If I do exactly the same but use MailSend there is no space. eg dim(body, string) set body, "Please find attached remittances" // mail 1 MailSendWithAttachment("profile","password","Dominic Klein","Remittance File",body,"filename") // mail 2 MailSend("profile","password","Dominic Klein","Remittance File",body) in my email body I get : (from mail 1) Please find attached remittance s (from mail 2) Please find attached remittances This is causing us a headache here. We are looking at reinstalling Outlook as an internet install but that means I will have to change all my jobs as they won't be using a profile etc anymore. Any ideas ? There is no word wrap or uuencode option on the network install of Outlook. But it seems odd that it works in MailSend but not in MailWithAttachment.
|