Email Verification with wordpress

不打扰是莪最后的温柔 提交于 2019-12-12 09:14:39

问题


I am using Mailgun to send my emails from WordPress, I always have this on the logs

 Failed: wordpress@52fluent.com → webmaster@52fluent.com 'Mailgun WordPress Plugin Test' Server response: 550 Verification failed for <bounce+dd882b.7933e-webmaster=52fluent.com@52fluent.com> No Such User Here" Sender verify failed

Any ideas?


回答1:


Mailgun uses specially formatted Return-Path address to track bounces. But if you use a different service to receive emails this address is not valid until exists on the server and accepts address tags (bounce+something@example.com).

Some info on how Mailgun handle bounces How can the Return-Path header be different than the actual email bounce recipient?

UPDATE: Here is response from Mailgun support

The reason the error messages is due to Sender Address Verification or also known as Callback Verification (http://en.wikipedia.org/wiki/Callback_verification). Mailgun rewrites the return-path tracking soft-bounce. When the recipient tries verify the address return path address, it's not able to verify and causes the error, "No Such User Here" Sender verify failed" There are several solutions to resolve this :

Disable sender verification from the server. (This would require access to the server to disable the configuration.)

The MX records can be pointed to Mailgun for us to verify the address and use a sub-domain to forward the message back to the local server.

Setup the domain authority to resolve to mailgun.org. The down side to this will be "via Mailgun" when sending to Gmail addresses.




回答2:


You need to setup in Mailgun for each FROM account, do this inner domain section (of mailgun) and then in SMTP credentials, where you will add your login/from account and the password for that account.




回答3:


It looks like the e-mail webmaster@52fluent.com address isn't actually setup yet. Is this an actual working e-mail address setup at your host?



来源:https://stackoverflow.com/questions/21644638/email-verification-with-wordpress

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!