Gossamer Forum
Home : Products : Links 2.0 : Customization :

Record validated, but couldn't send auto email.

Quote Reply
Record validated, but couldn't send auto email.
Hello all,
I have a problem with validation links.
When I try to validate or reject new sites I see the
following error:
"Record validated, but couldn't send auto email. Reason: Bad Email addres: ".
But I see this error when webmasters use e-mails for new type of domains only(for example, somebody@domain.info).
I think I have to update the following code but I can't do it Frown

Code:
elsif (${$links{$id}}{'Contact Email'} =~ /(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/ ||
${$links{$id}}{'Contact Email'} !~ /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,3}|[0-9]{1,3})(\]?)$/) {

Can somebody help me?
Thanks.
Quote Reply
Re: [Rizv] Record validated, but couldn't send auto email. In reply to
Take a look at the following thread:

http://www.gossamer-threads.com/...orum.cgi?post=164856