C# how to send email?

后端 未结 5 1411
傲寒
傲寒 2020-12-03 16:20

I am using C#.NET 4.0 and would like to send an email to an address with a subject and a body, the body will contain some information from a few text-boxes in my application

5条回答
  •  不思量自难忘°
    2020-12-03 16:57

    I have worked with three well known ISP’s to host my client’s websites. All three ISP's instructed me to use “localhost” as the smtp server name.

提交回复
热议问题