kamilc / email_verifier

Helper validation utility for checking if given email address is real.
MIT License
213 stars 72 forks source link

Added Configuration parameter test_mode to disable e-mail verification #27

Closed zealot128 closed 8 years ago

zealot128 commented 9 years ago

I've added a parameter to disable verification in test. Set to true if Rails test env.

Reasons:

kamilc commented 8 years ago

This looks great. Thank you @zealot128