Hello
i want that my client subbmit his query by my site n i can resieve it in my gmail acccount . what should i do for that.
thanks
ok what's the question?
i want to get client's feedback in my gmail account .for this i am using
System.Web.Mail
namespace n creting an object
Dim objMM As New MailMessage()
in function of button click event.
error is- System.Web.Mail.Mailmessage is absolute .
Ok, you should be using System.Net.Mail.
Here are few examples:
http://www.systemnetmail.com/allfaq.aspx
http://www.aspnet101.com/2007/08/creating-a-feedback-form/
http://www.aspdotnetfaq.com/Faq/How-to-send-HTML-Email-from-ASP-NET-using-your-Gmail-account.aspx
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.