HowTo: Check if email really exists
December 10, 2010 Leave a comment
I had a project that wants to check if an email really exists. Here’s what we came up initially. We ended up not using this in production though, but it’s a great tool.
My Rails Attempt
December 10, 2010 Leave a comment
I had a project that wants to check if an email really exists. Here’s what we came up initially. We ended up not using this in production though, but it’s a great tool.