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