I do not have the statement
$SMTP->mail($ENV{USER};
because I do not know how to define the scalar $ENV{USER}
could that be the problem?
Helen
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
the first lines of the log said
220 herndon1.his.com ESMTP Sendmail 8.9.3/8.9.3; Thu, 26 Jul 2001
18:30:05 -0400 (EDT)
Net::SMTP=GLOB(0x82286d0)>>> EHLO freya.domainnameservers.net
Net::SMTP=GLOB(0x82286d0)<<< 250-herndon1.his.com Hello
freya.domainnameservers.net [208.165.79.5], pleased to mee
Hi all,
My server contact wrote:
We suggest that you use your ISP (RCN?) as the smtp server since that is
the
most reliable. We have one available but does run into a lot of
problems.
Your smtp server name is summitrelocation.com. If that doesn't work I
would
suggest that you use your ISP to se
essage -
From: "Helen Dickey" <[EMAIL PROTECTED]>
To: "Jason Purdy" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 5:25 AM
Subject: Re: e-mailing HTML form results
> so is 64.70.149.84 you? do we literally put in 'local
de with an if clause:
>
> if ($msHandle) {
> # do the rest of the processing
> }
>
> Jason
>
> - Original Message -
> From: "Helen Dickey" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, July 25, 2001 4:1
#x27;re trying to use is denying your request. To keep your code
> from 'dying', surround the rest of your code with an if clause:
>
> if ($msHandle) {
> # do the rest of the processing
> }
>
> Jason
>
> ----- Original Message -
> From: &qu
#x27;, surround the rest of your code with an if clause:
>
> if ($msHandle) {
> # do the rest of the processing
> }
>
> Jason
>
> ----- Original Message -
> From: "Helen Dickey" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wedne
At 03:26 PM 7/25/01 -0500, you wrote:
>I'm trying to get email myself the results of a form, so I can moderate a
>list, and delete an entry if anyone puts in cuss words... I'm trying to do
>it with a
>
>system("\(mail [EMAIL PROTECTED] < messages\)\&");
>
>The page loads to this point, then quits
I'm trying to get email myself the results of a form, so I can moderate a
list, and delete an entry if anyone puts in cuss words... I'm trying to do
it with a
system("\(mail [EMAIL PROTECTED] < messages\)\&");
The page loads to this point, then quits. I put the & in to run the mail
program in
to use is denying your request. To keep your code
from 'dying', surround the rest of your code with an if clause:
if ($msHandle) {
# do the rest of the processing
}
Jason
- Original Message -
From: "Helen Dickey" <[EMAIL PROTECTED]>
To: <[EMAIL
Now I am getting the error message
Can't call method "recipient" on an undefined value at feedback1SMTP.pl
line 77.
Does this mean that my address as recipient is wrong?
Helen
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Helen Dickey [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, July 23, 2001 7:11 AM
> > To: '[EMAIL PROTECTED]'
> > Subject: RE: e-mailing HTML form results
> >
> >
> > I finished correcting the errors which gave software and comp. error
> > messages.
&
> -Original Message-
> From: Helen Dickey [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 23, 2001 7:11 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: e-mailing HTML form results
>
>
> I finished correcting the errors which gave software and comp. error
I finished correcting the errors which gave software and comp. error
messages.
Now I get the pretty page back on my web browser, but it does not send
E-mail to me.
The two lines that I think might have the problem are:
$smtp = Net::SMTP->new("summitrelocation.com");
$smtp->to("helend\@his.com");
At 07:57 AM 07/20/2001 -0400, Helen Dickey wrote:
>Thank you so far. I now get
>"(myfile).pl has too many errors." when I try my perl script.
>Is there any debugging tool for perl scripts?
perldoc perldebug
Aloha,
mel
--
mel matsuokaHawaiian Image Productions
Chief Executiv
Thank you so far. I now get
"(myfile).pl has too many errors." when I try my perl script.
Is there any debugging tool for perl scripts?
Helen
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
f-all-trades.net
[EMAIL PROTECTED]
> -Original Message-
> From: Helen Dickey [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 18, 2001 6:21 AM
> To: '[EMAIL PROTECTED]'
> Subject: Re: e-mailing HTML form results
>
>
> Dear Floptop or Bradley or whoeve
> -Original Message-
> From: Helen Dickey [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 18, 2001 6:34 AM
> To: '[EMAIL PROTECTED]'
> Subject: Re: e-mailing HTML form results
>
>
> Hi again,
> Can the line
> $smtp->to('[EMAIL
Helen Dickey wrote:
>
> Dear Floptop or Bradley or whoever,
> Thank you for your help so far. I have several lines to datasend.
> Do I have to put them all in a string
> $smtp->datasend("\n");
> $smtp->datasend("whatever1whatever2whatever3\n");
> $smtp->dataend();
> $smtp->quit;
> Or may I
>
Hi again,
Can the line
$smtp->to('[EMAIL PROTECTED]");
be
$smtp->to('[EMAIL PROTECTED],STDOUT");
?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Dear Floptop or Bradley or whoever,
Thank you for your help so far. I have several lines to datasend.
Do I have to put them all in a string
$smtp->datasend("\n");
$smtp->datasend("whatever1whatever2whatever3\n");
$smtp->dataend();
$smtp->quit;
Or may I
$smtp->datasend("\n");
$smtp->datasend(
Helen Dickey wrote:
>
> Is this correct? Should the following work?
>
> #!/usr/local/bin/perl -wT
>
> use Net::SMTP;
>
> $smpt = Net::SMPT->new('smtp.his.com');
> $smpt->mail($ENV{USER});
>
> $smtp->to('[EMAIL PROTECTED]");
you need to use either ' or ", but don't mix them.
ie.- $smtp->to(
Dear Floptop or Bradley or whoever,
I am brand new at this. I looked up Net::SMPT and found an example.
For a test I filled in the blanks with what I thought should go in.
Is this correct? Should the following work?
#!/usr/local/bin/perl -wT
use Net::SMTP;
$smpt = Net::SMPT->new('smtp.his.com
23 matches
Mail list logo