Re: Problems sending a email with perl!!

2001-03-18 Thread Jenda Krynicky
> Hi all. > > i'm trying to send a confirmation email after people submit a form in my > site.well i 'm using a Mail::Sender module that i saw somewhere on the > Internet.The problem is:I can received a message the tells me that the email > was sent with success but i'm not receiving the mes

Re: Problems sending a email with perl!!

2001-03-17 Thread Vladimir Shagurov
hat SMTP server performs some checks of address in From: field Hope I gave an idea. N/ - Original Message - From: "Fabio Quintão (Perl++)" <[EMAIL PROTECTED]> To: "Perl forum" <[EMAIL PROTECTED]> Sent: Friday, March 16, 2001 7:20 PM Subject: Problems send

Re: Problems sending a email with perl!!

2001-03-17 Thread Ron Grabowski
> was sent with success but i'm not receiving the message i sent to me just Does Mail::Sender have a debug=>1 parameter? Net::SMTP does. Perhaps you could look at the output from that or check the mail in the perl@ mailbox to see that none of the messages got returned. __

Problems sending a email with perl!!

2001-03-17 Thread Fabio Quintão (Perl++)
Hi all. i'm trying to send a confirmation email after people submit a form in my site.well i 'm using a Mail::Sender module that i saw somewhere on the Internet.The problem is:I can received a message the tells me that the email was sent with success but i'm not receiving the message i sent