Re: Sendmail mail from script

2006-06-05 Thread JupiterHost.Net
Мандип Сингх Бхабха 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:

RE: Sendmail mail from script

2006-06-04 Thread Мандип Сингх Бхабха
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

Re: Sendmail mail from script

2006-06-02 Thread JupiterHost.Net
Мандип Сингх Бхабха 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

Re: Sendmail mail from script (Closed)

2006-06-02 Thread joseph
\n"; print SENDMAIL $_ ; close (SENDMAIL); -- ó Õ×ÁÖÅÎÉÅÍ, âÈÁÂÈÁ íÁÎÄÉÐ óÉÎÇÈ úáï "òáíáëó éÎÔÅÒÎÅÊÛÎÌ" +7(812)327-86-49 [EMAIL PROTECTED] -Original Message- From: joseph [mailto:[EMAIL PROTECTED] Sent: Friday, J

RE: Sendmail mail from script

2006-06-01 Thread Мандип Сингх Бхабха
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

Sendmail mail from script

2006-06-01 Thread joseph
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