Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am receiving following error while sending email containing Non-English data Using MIME::Lite
Warning: Wide character in print at /usr/lib/perl5/site_perl/5.8.0/MIME/Lite.pm line 2749.
at /usr/lib/perl5/site_perl/5.8.0/MIME/Lite.pm line 2749
my $mail = MIME::Lite->new( From => "some address", To => "some email address", Subject => "Test Mail", Type => , Data => "瓦卡瓦Õ +45;", # Non-English data in body. ); $mail->send;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Sending Email Containing Non-English data
by Anonymous Monk on May 14, 2013 at 10:34 UTC |