How to use this module if there is russian language in subject field ? Body
of message, can be send using html.


--
С уважением,
Бхабха Мандип Сингх
ЗАО "РАМАКС Интернейшнл"
+7(812)327-86-49
[EMAIL PROTECTED] 
-----Original Message-----
From: JupiterHost.Net [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 02, 2006 9:53 PM
To: beginners@perl.org
Subject: Re: Sendmail mail from script



Мандип Сингх Бхабха wrote:
> There are multiple ways to send mail from perl script. I think this 
> code will help.

Your life will be much much much simpler if you use

  Mail::Sender::Easy

http://search.cpan.org/perldoc?Mail::Sender::Easy

You can do or die it and do very complec things, and very very portably
(PIPEing to sendmail is *not* very portabel in the least)

Its very easy to maintain and troubelshoot:

email(\%myemail) or die "Email could not be sent: $@";


HTH :)

--
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/>
<http://learn.perl.org/first-response>




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to