Ruby email_veracity_checker getting Recipient OK for invalid emails
Posted
by
digger69
on Stack Overflow
See other posts from Stack Overflow
or by digger69
Published on 2012-03-21T17:25:49Z
Indexed on
2012/03/21
17:29 UTC
Read the original article
Hit count: 410
I was testing out email_veracity_checker from rails console and found that when I tested a google apps domain (w/ catchall), yahoo and another company domain, the smtp server always returned 250 recipient ok for invalid emails (wellformed, but bogus). It seems that these servers are always returning OK perhaps to prevent email harvesting. But it does seem to raise the question 'why even validate up-front', is this approach even valid in today's environment?
Note: gmail did return 550 email account doesn't exist for invalid.
related to How check if an email exist without send in Ruby? Use of email_veracity_checker send-in-ruby-use-of-email-veracity-checker
I appreciate your thoughts.
© Stack Overflow or respective owner