Sending Email in C# WinForms VS ASP.NET C# -


i wondering if else has had same problem me.

i trying send emails simple form using asp.net (vb/c# don't care), , head in severely fact seems harder send email using asp.net in winforms!

in winforms, can write code send email in 2 minutes. after reading tutorial after tutorial on asp.net cannot figure out how it! it's weird.

one thing don't none of examples demonstrate use of mail.username = ""; or mail.password = ""; (for example). don't seem use usernames or passwords when connecting server.

how can send email in asp.net in c# winforms, or atleast if not same way, there simple way?

thank you

using username/password:

http://www.aspnettutorials.com/tutorials/email/email-auth-aspnet2-csharp.aspx


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -