Skip to content

jbrady42/email_veracity_checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage
=====

Add following entry in your config/environment.rb
 
 config.gem 'email_veracity_checker', :lib => "email_check"

How to use:
 #first param is user email address
 #second sender address
 #third param is domain address
 
 #Note: It's not sending email, at the end point they quit connection.

 EmailCheck.run("kiran@joshsoftware.com","no-reply@joshsoftware.com","joshsoftware.com").valid?
 
 It's return true or false 


Notes
=====

1) Based on: https://github.com/skillnet/validates_email_with_smtp

2) Not really ideal in production because those mail servers might block you

About

Checks if email really exists

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%