我正在使用以下 google php 库来验证电子邮件地址。这是链接:
图书馆:
示例文件:
此代码在本地服务器上运行良好,但在客户端服务器上未验证。在我客户的服务器上,它给出了以下错误:
550-Please turn on SMTP Authentication in your mail client, or login to the
550-IMAP/POP3 server before sending your message. ns500.mycyberhosting.com
550-(bebazar.be) [149.5.18.169]:53930 is not permitted to relay through this
550 server without authentication.
如果这是 SMTP 身份验证的问题,请告诉我如何在客户端服务器上启用 SMTP 身份验证。
提前致谢