Email Receiving and Sending complete code in asp.net using C#
-
i want to complete Email Receiving and Sending for web application complete code in asp.net using C# ..... plzzzzzzzzzzzzzzzzzzzzzzzzzzzz
-
i want to complete Email Receiving and Sending for web application complete code in asp.net using C# ..... plzzzzzzzzzzzzzzzzzzzzzzzzzzzz
HI this only sending.. using System; using System.Web.Mail; using System.Data; using System.Configuration; using System.Data.SqlClient; namespace Utility { public class Email { public string sendTo = string.Empty; public string sendFrom = string.Empty; public string sendSubject = string.Empty; public string onlineResLibUserName = string.Empty; public string onlineResLibPassword = string.Empty; public string sendBody = string.Empty; public string MessageTemplate = string.Empty; public string sendCC = string.Empty; public string sendBCC = string.Empty; public void SendMail(string mailFor) { Displathmail(); } private void dispatchMail() { MailMessage mailMessage = null; try { mailMessage = new MailMessage(); mailMessage.BodyFormat = MailFormat.Html; mailMessage.Subject = "Local:" +sendSubject; mailMessage.From = sendFrom; mailMessage.Body = sendBody; //mailMessage.To = sendTo; mailMessage.To = "opmbugs@gmail.com"; SmtpMail.SmtpServer = "localhost"; SmtpMail.Send(mailMessage); } catch (Exception err) { throw err; } } } }
-
i want to complete Email Receiving and Sending for web application complete code in asp.net using C# ..... plzzzzzzzzzzzzzzzzzzzzzzzzzzzz
It does not work like this here. Here is what is expected of enquirers: 1. TRY first what you want to do! You may find that it's not that hard. 2. Formulate what was done by you that looks like an issue/not working. Try them and tell if you face issues. Members will be more than happy to help like this.
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
-
It does not work like this here. Here is what is expected of enquirers: 1. TRY first what you want to do! You may find that it's not that hard. 2. Formulate what was done by you that looks like an issue/not working. Try them and tell if you face issues. Members will be more than happy to help like this.
Sandeep Mewara Microsoft ASP.NET MVP 2012 & 2013 [My Blog]: Sandeep Mewara's Tech Journal! [My Latest Article]: HTML5 Quick Start Web Application
Brother whenever i search about mailing system in vs 2010 asp.net using C# i just find only sending email system but i want complete mailing system in my web application using smtp host gmail .. or any othera... please brother .....
-
Brother whenever i search about mailing system in vs 2010 asp.net using C# i just find only sending email system but i want complete mailing system in my web application using smtp host gmail .. or any othera... please brother .....
-
i want to complete Email Receiving and Sending for web application complete code in asp.net using C# ..... plzzzzzzzzzzzzzzzzzzzzzzzzzzzz
Abid Hussain-(Abid) wrote:
plzzzzzzzzzzzzzzzzzzzzzzzzzzzzplease
FTFY However there are plenty of tutorials and examples around here: How to send mail to someone in windows mobile...?[^] error cannot implicitly convert type 'string' to System.Net.Mail.MailAddressCollection[^]
cheers Marco Bertschi
Software Developer Twitter | Facebook | Articles
You have absolutely no idea how glad I am that I have no idea at all. - OriginalGriff