Mail-Sender - Msg body is received as an attachment when using MailFile

Posted on Fri Jul 20 21:50:55 2007 by jmarshll
Msg body is received as an attachment when using MailFile
Hi. MailFile works great for me, except that I receive the message body as a separate attachment, which precedes my actual attachments. The message is also displayed in the body of the email, it's just that it is also an attachment. MailMsg does not do this. Am I missing something? Is there a way to avoid having the message body as an extraneous attachment when using MailFile? This is an example, after setting the other params earlier...
$sender->MailFile ({ msg => 'this is a test', file => 'C:\mydoc.txt' });
Any help would be appreciated. Thanks. James
Direct Responses: 5843 | Write a response