How to set From Address to any email other gmail in ( Sending Email in .NET Through Gmail )?

前端 未结 4 767
谎友^
谎友^ 2021-01-22 21:05

In this post Sending Email in .NET Through Gmail we have a code to send email through gmail, in the send mail we find from Field contain gmail account that I used
I use the

4条回答
  •  故里飘歌
    2021-01-22 21:40

    It's that way by design. You have to find another way to send outbound emails so that the return address you want shows up (I've been there, there seems to be no way to spoof the from address).

提交回复
热议问题