How to conform email address from action mailer in rails
|
|
Hi, It is possible to conform email address from rails. e.g sunny@abc.com is a fake email id so when I am sending email to this and mails get failed i want to know? I want to do this at rails side on on postfix? |
|
|
Try the email veracity plugin It’s supposed to do a DNS lookup for MX records to make sure it’s a real address. |