PHPmailer gmail 'from' is gmail account

好久不见. 提交于 2019-11-28 12:49:37

You can't do it. Just imagine sending mail prompting to reply with your bank account credentials from an address validation@yourbank.com.

To have no-reply address you must have an access to the mail server in @your.domain (not gmail) and create such account there, then send emails using this account.

There are two options I would recommend trying:

  1. Log in to the Google Apps mail account for myaccount@web.com, go to Settings, then Accounts, then Send mail as, and ensure that no-reply@web.com has been validated. I haven't tested this, but this should allow to send mail from no-reply@web.com, rather than from no-reply@web.com on behalf of myaccount@web.com.

  2. Actually create a user on Google Apps with the username no-reply@web.com, and send email through that account. If myaccount@web.com needs a copy, you could always BCC the address and setup a filter on no-reply@web.com to forward any failures to myaccount@web.com.

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