I create new ASP.NET web application that use SMTP to send message. The problem is the smtp was not authenticated from who send the message.
My Question is: How can I make SMTP authenticated in my program? does C# have a class that have attribute for enter username and password?