Re: Email::Valid returns "invalid domain" for goood email addresses?
[prev]
[thread]
[next]
[Date index for 2004/11/26]
On 26 Nov 2004, at 17:43, Mike Ward wrote:
> Hi,
>
> I'm using Email::Valid to check the validity of submitted email
> addresses, and for some reason, it thinks that
> "mike[at)skybird-travel.com" (replace [at) with @, obviously) contains
> a invalid domain.
>
> I'm using the module like so:
> eval {
> $addr = Email::Valid->address( -address => $value,
> -mxcheck => 1,
> -tldcheck => 1,
> );
> };
Knock the switches out and see which one triggers it...
--
Dave Hodgkinson
CTO, Rockit Factory Ltd.
http://www.rockitfactory.com/
Web sites for rock bands
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html
 |
 |
Re: Email::Valid returns "invalid domain" for goood email addresses?
David Hodgkinson 18:01 on 26 Nov 2004
|