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

前端 未结 4 758
谎友^
谎友^ 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:32

    The email address needed to be verified by gmail from the account settings.

    Please find my blog post for the same describing it in detail, the steps to be followed:

    http://karmic-development.blogspot.in/2013/10/send-email-from-aspnet-using-gmail-as.html

    before following all the above steps, you need to authenticate your gmail account to allow access to your application and also the devices. Please check all the steps for account authentication at the following link:

    http://karmic-development.blogspot.in/2013/11/allow-account-access-while-sending.html

提交回复
热议问题