Re: sending email problem....
- From: mlists@xxxxxxxxxxxxxxx (JupiterHost.Net)
- Date: Fri, 31 Mar 2006 09:41:54 -0600
Tony Marquis wrote:
Hi everyone,
The problem is really simple. When i try to send a message with this function with a wrong sender email address, my script just stops...
as an exemple : sender address tony.iagdyu@xxxxxxxxx the error message is - user not found on this server.... and the script stops.
While the script is a good thing to include, please resend with:
use strict;
use warnings;
and the code simplified to just the part that returns that error,
I say that because its just a sub{}, there is no call to it with example data or the actual error (which would be helpfull to see where its coming from, especially if you are reporting the error
croak "Email::Valid->address() said: $!"
if !Email::Valid->address->(...);
Now you'd know *exatly* where its coming from :)
.
- References:
- sending email problem....
- From: Tony Marquis
- sending email problem....
- Prev by Date: Re: the only difference is the 'x' after '/g'
- Next by Date: Re: the only difference is the 'x' after '/g'
- Previous by thread: sending email problem....
- Index(es):
Relevant Pages
|