email_verifier
email_verifier copied to clipboard
How to resolve error client host blocked
I installed and added following code to application.rb
EmailVerifier.config do |config| config.verifier_email = "[email protected]" end
but when i tried to use this EmailVerifier.check("[email protected]") I'm getting following error 554 5.7.1 ACL dns_rbl; Client host [182.72.244.66] blocked using sa-ip4tset.blagr.emailsrvr.com=127.24.0.2 Spamhaus XBL. Please visit http://www.spamhaus.org/lookup/ for more information on why this message could not be delivered
Help me to resolve this!
@pandugreycampus can i know where you hosting you app? it seems like most of the paas renew you ip daily or you can restart your app to get new ip. I guess getting new ip will solve this problem.
I am having this same issue on Heroku. Are you saying that I need to restart my app when this happens? I thought this gem was Heroku compatible?
Hi it's heroku compatible, mainly this problem happens when the ip in which your application running is in some spam list, when you restart your app you will get new ip. In my experience as heroku run in aws, most of their ips already in these spam list. So we can't expect 100% result with this method. But we still can get some results for the emails where their email servers don't use/check spam list.