I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-07-20 18:50:55-07 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