How to hide sender email address using phpmailer?

前端 未结 6 1194
忘掉有多难
忘掉有多难 2021-01-19 07:01

I am using phpmailer to send email. I need to know how to hide or mask sender email address

6条回答
  •  独厮守ぢ
    2021-01-19 07:33

    I assume you already know how to use the class you are talking about. You probably have some variable for sending email, like var $From = "someguy@whatever.com"; you can type whatever you want into that email address. Gmail dont care what email things is sent from. And no, this dosent sound very legit. One more thing: Gmail requires a gmail account to relay mails. Its no problem, it wont be visible.

提交回复
热议问题