Christian Graus wrote:
ASP.NET has mail classes, but they rely on a pop3 server. ASP has nothing of value. So, if you're using ASP.NET, you can send mail, but not through gmail. If you meant just ASP, then no.
If it's only for sending email, ASP.NET can use System.Net.Mail classes including SmtpClient class. For classic ASP and hosted on Windows 2000 servers, you can use Microsoft Windows CDO (Collaborative Data Object) to send email. For more information on CDO, visit this link: http://msdn2.microsoft.com/en-us/library/ms527525.aspx[^] regards, Eriawan :)