;
> > 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
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
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
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
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
-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
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
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
&
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
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
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
:[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
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
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
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
# 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
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
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
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=
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.
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
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.
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
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
24 matches
Mail list logo