RE: win32 mail

2002-05-24 Thread Anders Holm
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

Re: win32 mail

2002-05-23 Thread Arran4
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

Re: win32 mail

2002-05-21 Thread drieux
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

RE: win32 mail

2002-05-21 Thread Timothy Johnson
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

RE: win32 mail

2002-05-21 Thread Eric Wang
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

RE: win32 mail

2002-05-21 Thread Timothy Johnson
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

Re: win32 mail

2002-05-21 Thread Tim Musson
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

Re: win32 mail

2002-05-20 Thread Arran4
isnt there are windows send mail client? From: Arran === It is obvious: The only program that parses Perl is perl, and to really be Perl you also have to be perl. The easiest way to turn Perl code into an executable is to embed the perl interpreter! song: "If you are sexy and you kno

Re: win32 mail

2002-05-19 Thread drieux
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