Мандип Сингх Бхабха wrote:
How to use this module if there is russian language in subject field ? Body
of message, can be send using html.
use the # _text_info
# _html_info keys for the message, use the Mail::Sender object's
encoding methods for the subject, etc
--
To unsubscribe, e-mail:
TED]
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::Se
Мандип Сингх Бхабха 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
\n";
print SENDMAIL $_ ;
close (SENDMAIL);
--
ó Õ×ÁÖÅÎÉÅÍ,
âÈÁÂÈÁ íÁÎÄÉÐ óÉÎÇÈ
úáï "òáíáëó éÎÔÅÒÎÅÊÛÎÌ"
+7(812)327-86-49
[EMAIL PROTECTED]
-Original Message-
From: joseph [mailto:[EMAIL PROTECTED]
Sent: Friday, J
SENDMAIL $_ ;
close (SENDMAIL);
--
С уважением,
Бхабха Мандип Сингх
ЗАО "РАМАКС Интернейшнл"
+7(812)327-86-49
[EMAIL PROTECTED]
-Original Message-
From: joseph [mailto:[EMAIL PROTECTED]
Sent: Friday, June 02, 2006 6:15 AM
To: beginn
List,
Good day!
I'm trying to rewrite a bash script into perl as to aid my learning
experience.Supposedly this script would do these things;
1. Open the logfiles.
2. Check the last portion of files.
3. Check the log for an ERROR string.
4. If error is present mail.(I'm stuck here i dunno how