t see _why_ you'd like to get a read reciept from
_all_ the people on this list. Wake up.
Best Regards
Anders Holm
-Original Message-
From: Arran4 [mailto:[EMAIL PROTECTED]]
Sent: 23 May 2002 14:05
To: Eric Wang; Timothy Johnson
Cc: 'Tim Musson '; [EMAIL PROTECTED]
Subject: R
son" <[EMAIL PROTECTED]>
Cc: "'Tim Musson '" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, May 22, 2002 8:01 AM
Subject: RE: win32 mail
> I tried sendmail and it says connect to localhost failed. Help please
>
> Eric
>
>
> On
On Tuesday, May 21, 2002, at 03:12 , Timothy Johnson wrote:
> I think you are supposed to use it to connect to an SMTP server.
perlsonally I'd go with Mail::Mailer unless you really like
getting into that whole SMTP thing.
http://www.wetware.com/drieux/pbl/email/forGeorge.txt
I find that so m
it in the past.
-Original Message-
From: Eric Wang [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 21, 2002 3:01 PM
To: Timothy Johnson
Cc: 'Tim Musson '; '[EMAIL PROTECTED] '
Subject: RE: win32 mail
I tried sendmail and it says connect to localhost failed. Help
m: Tim Musson
> To: [EMAIL PROTECTED]
> Sent: 5/21/02 4:31 AM
> Subject: Re: win32 mail
>
> Hey Arran4,
>
> nope, no send mail client in the default install of Win.
>
> I usually use something I grabbed from TPJ
>
>
> use Net::SMTP;
>
> my($mh, $MailTo, $Subj
You can also use Mail::Sendmail or Mail::Sender to send emails from a perl
script. Both should be on CPAN.
-Original Message-
From: Tim Musson
To: [EMAIL PROTECTED]
Sent: 5/21/02 4:31 AM
Subject: Re: win32 mail
Hey Arran4,
nope, no send mail client in the default install of Win.
I
Hey Arran4,
nope, no send mail client in the default install of Win.
I usually use something I grabbed from TPJ
use Net::SMTP;
my($mh, $MailTo, $Subject, $MessageBody);
#don't forget to set each of the above!
sub sendMail {
my $smtp = Net::SMTP->new("$mh");
$smtp->mail($MailTo); # en
c: "HENRY,MARK (HP-Roseville,ex1)" <[EMAIL PROTECTED]>
Sent: Monday, May 20, 2002 1:17 PM
Subject: win32 mail
> Hi All,
>
> Anyone know how to fire off an email on a windows box from a perl script?
> No guarantee that the machine the script executes on would have an
&g
On Sunday, May 19, 2002, at 08:17 , HENRY,MARK (HP-Roseville,ex1) wrote:
[..]
> Anyone know how to fire off an email on a windows box from a perl script?
> No guarantee that the machine the script executes on would have an
> outlook/isapi client installed..
what you want to look for is
Hi All,
Anyone know how to fire off an email on a windows box from a perl script?
No guarantee that the machine the script executes on would have an
outlook/isapi client installed..
Many thanks,
Mark
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
10 matches
Mail list logo