Discussion Forums
- Topic List
- Most Recent Posts
- Sign In for more options
You can close this topic, there was a problem with 1 of the files. An update of the files solved all the problems.
Hi there,
I'm using validates_email_veracity_of to check if an email adres is valid, but a couple of days ago it stopped working. Could it be possible that a nameserver is down or is the plugin broke?
This is my validation code
[code]
validates_presence_of :name, :email, :subject, :address, :city, :message, :ip, :language
validates_email_veracity_of :email, :domain_check => true, :mx_only => false
[/code]
You can check out a live demo at
Is there someone who knows another plugin that does the job?
