Skip to content

Rudikza/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

Watchers

Forks

Releases

No releases published

Packages

No packages published