Re: Mail::Mailer

2005-11-01 Thread Jay Savage
; > > On 10/31/05, Matthew Sacks > > <[EMAIL PROTECTED]> wrote: > > > Trying to use Mail::Mailer, in the sample code > > below. > > > > > > i) if I put -T on the first line invoking Perl, I > > get > > > an error like "too late for -T

Re: Mail::Mailer

2005-11-01 Thread Jay Savage
On 10/31/05, Matthew Sacks <[EMAIL PROTECTED]> wrote: > Trying to use Mail::Mailer, in the sample code below. > > i) if I put -T on the first line invoking Perl, I get > an error like "too late for -T option" > ? > > ii) The program runs but the mail n

Mail::Mailer

2005-10-31 Thread Matthew Sacks
Trying to use Mail::Mailer, in the sample code below. i) if I put -T on the first line invoking Perl, I get an error like "too late for -T option" ? ii) The program runs but the mail never arrives. The eval block checks always succeed. Where is the mail going? -matthew sacks

RE: Mail::Mailer

2003-06-09 Thread Tony Esposito
Sure...here it is... #= use Mail::Mailer; sub threshold_check() { my ($file_sys, $per_used, $threshold) = @_; my %mail_headers = ('From' => '[EMAIL PROTECTED]', 'To' => ['[EMAIL PROTE

Re: Mail::Mailer

2003-06-09 Thread Jair Santos
Please, send the code to the list. I would like to know because have a similar problem. thanks Jair - Original Message - From: "Tony Esposito" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 09, 2003 10:14 AM Subject: RE: Mail::Mailer > You a

RE: Mail::Mailer

2003-06-09 Thread Tony Esposito
-Original Message- From: Tony Esposito Sent: Monday, June 09, 2003 11:48 AM To: [EMAIL PROTECTED] Subject: RE: Mail::Mailer To be more precise, I need an example of sending email via UNIX sendmail using the Mail::Mailer module. Thanks much. :-) > Anthony (Tony) Esposito > Senior

RE: Mail::Mailer

2003-06-09 Thread Tony Esposito
To be more precise, I need an example of sending email via UNIX sendmail using the Mail::Mailer module. Thanks much. :-) > Anthony (Tony) Esposito > Senior Technical Consultant > Inovis(tm) > 2425 N. Central Expressway, Suite 900 > Richardson, TX 75080 > (972) 643-3115

Mail::Mailer

2003-06-09 Thread Tony Esposito
I need to get more info on the package Mail::Mailer, specifically how to use the 'open' method. Can anyone assist, please? Thanks! > Anthony (Tony) Esposito > Senior Technical Consultant > Inovis(tm) > 2425 N. Central Expressway, Suite 900 > Richardson, TX 75080 &

RE: Mail::Mailer

2002-07-19 Thread Matt Wetherill
Net::SMTP works for me (although I use the activestate perl package manager, which makes things easy :) regards Matt > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 19 July 2002 09:02 > To: [EMAIL PROTECTED] > Subject: Mail::Mailer &g

Re: Mail::Mailer

2002-07-19 Thread Sudarshan Raghavan
On Fri, 19 Jul 2002 [EMAIL PROTECTED] wrote: > Hi > > I am having trouble locating the module Mail::Mailer on CPAN > > found loads of Mail modules but not the one i am looking for, am looking to > send messages by smtp. It comes as a part of MailTools http://search.cp

Re: Mail::Mailer

2002-07-19 Thread Connie Chan
If just a simple mail, you can try Net::SMTP, if with attacaement, you can try Mail::Sender Rgds, Connie - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 19, 2002 4:02 PM Subject: Mail::Mailer > Hi > > I am having troubl

RE: Mail::Mailer

2002-07-19 Thread stephen . redding
:[EMAIL PROTECTED]] Sent: Friday, July 19, 2002 09:02 To: [EMAIL PROTECTED] Subject: Mail::Mailer Hi I am having trouble locating the module Mail::Mailer on CPAN found loads of Mail modules but not the one i am looking for, am looking to send messages by smtp. does anyone know where the module is

Mail::Mailer

2002-07-19 Thread stephen . redding
Hi I am having trouble locating the module Mail::Mailer on CPAN found loads of Mail modules but not the one i am looking for, am looking to send messages by smtp. does anyone know where the module is located Thanks Stephen Redding BT Ignite Solutions Telephone - 0113 237 3277 Fax - 0113 244

Re: problem with Mail::Mailer

2002-05-19 Thread drieux
volks, thought I would use this opportunity to point out a few of the basics about SMTP - and that I like Mail::Mailer for most of the core simplifications it offers but it will not rescue you from your obligations as a coder The hackers already know more about SMTP - and so this is for

Re: problem with Mail::Mailer

2002-05-19 Thread Geoffrey F. Green
On 5/18/02 2:37 PM, "drieux" <[EMAIL PROTECTED]> wrote: > > On Saturday, May 18, 2002, at 07:53 , Geoffrey F. Green wrote: > [..] >> Note that I do have Net::SMTP installed, and I am able to send mail >> directly >> using Net::SMTP. > [..] >> (Running OS X 10.1.4, if it matters.) > nope - jeeves

AboutDoes Mail::Mailer work? on OS X platform

2002-05-18 Thread drieux
# use strict; ### use Mail::Mailer; ### ### my $prog=$0; ### ### my $server = "mail"; ### ### my %headers = ( ### From=> '[EMAIL PROTECTED]', ### To=> '[EMAIL PROTECTED]', ### Subject=> 'AboutDoes Mail::Mailer work? on OS X pla

Fwd: Does Mail::Mailer work?

2002-05-18 Thread drieux
Begin forwarded message: > From: [EMAIL PROTECTED] > Date: Sat May 18, 2002 04:30:36 US/Pacific > To: [EMAIL PROTECTED] > Subject: Does Mail::Mailer work? > > We'll see George - just loaded up what I needed to run this from bbedit { have I mentioned that bbed

Re: problem with Mail::Mailer

2002-05-18 Thread drieux
On Saturday, May 18, 2002, at 07:53 , Geoffrey F. Green wrote: [..] > Note that I do have Net::SMTP installed, and I am able to send mail > directly > using Net::SMTP. [..] > (Running OS X 10.1.4, if it matters.) nope - jeeves is also an OS X box [..] > my %headers = ( > From=> '[EMAIL P

problem with Mail::Mailer

2002-05-18 Thread Geoffrey F. Green
SMTP. Any thoughts? Thanks. - geoff (And yes, the "" in $server is for list-posting purposes only.) (Running OS X 10.1.4, if it matters.) == #!/usr/bin/perl -w use strict; use Mail::Mailer; my $server = "x"; my %headers = ( From=

Re: Mail::Mailer Bcc problem

2001-12-05 Thread Michael Fowler
course, you're right. I'm not sure what I was thinking. As to the original post: try upgrading Mail::Mailer and Net::SMTP. I've tested my versions (Mail::Mailer v1.40 and Net::SMTP v2.16) and the Bcc: header is properly removed. Michael -- Administrator www.

Re: Mail::Mailer Bcc problem

2001-12-03 Thread Jenda Krynicky
From: Michael Fowler <[EMAIL PROTECTED]> > On Fri, Nov 30, 2001 at 10:24:24AM -0600, Kanchana Weerasinghe wrote: > > I have a problem using Mail::Mailer with a Bcc in the headerthe > > recipient (To) can see the Bcc field in the email header. > > This is a

Re: Mail::Mailer Bcc problem

2001-12-01 Thread Michael Fowler
On Fri, Nov 30, 2001 at 10:24:24AM -0600, Kanchana Weerasinghe wrote: > I have a problem using Mail::Mailer with a Bcc in the headerthe > recipient (To) can see the Bcc field in the email header. This is a problem with your MTA (mail transport agent; e.g. sendmail, postfix, qmail, etc.

Mail::Mailer Bcc problem

2001-11-30 Thread Kanchana Weerasinghe
I have a problem using Mail::Mailer with a Bcc in the headerthe recipient (To) can see the Bcc field in the email header. Here's my code: $headers{'To'} = $To; $headers{'Bcc'} = $Bcc; $headers{'From'} = $email_from; $headers{'Subject'} = $ema

Mail::Mailer Bcc problem

2001-11-30 Thread Kanchana Weerasinghe
I have a problem using Mail::Mailer with a Bcc in the headerthe recipient (To) can see the Bcc field in the email header. Here's my code: $headers{'To'} = $To; $headers{'Bcc'} = $Bcc; $headers{'From'} = $email_from; $headers{'Subject'} = $ema