I got a problem with body_as_string. I'm using Windows 2000 and ActivePerl 5.6. The thing I want to achieve is to send a text file and rtf file as attachment in a email. I followed the example at
First create a email with attachment by using MIME::Lite, then to send the email by using Net::SMTP. But it seems that body_as_string() is causing problems. If I comment this command, it goes to the next step successfully (a new web page). With the command in place, I got an message that there is an problem with page.
Any help will be highly appreciated.
Shu
First create a email with attachment by using MIME::Lite, then to send the email by using Net::SMTP. But it seems that body_as_string() is causing problems. If I comment this command, it goes to the next step successfully (a new web page). With the command in place, I got an message that there is an problem with page.
Any help will be highly appreciated.
Shu