Re: Re: Send email in ActivePerl using SMTP

2002-06-20 Thread Mark Bergeron
s everyone doing out there?) -Original Message----- From: "Carl Jolley"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Thu Jun 13 00:04:49 PDT 2002 Subject: Re: Send email in ActivePerl using SMTP >On Thu, 6 Jun

Re: Send email in ActivePerl using SMTP

2002-06-20 Thread Carl Jolley
On Thu, 6 Jun 2002 [EMAIL PROTECTED] wrote: > I tried the following to use SMTP to send email: > > >use Net::SMTP; >$optServer = 'luxn.com'; >$optFrom = "[EMAIL PROTECTED]"; >$optTo = "[EMAIL PROTECTED]"; >$smtp = Net::SMTP -> new ("luxn.com"); >$smtp -> mail($optFrom); >