Software Development Network>> Visual C#>> Sending Email using C#
The following article might give you what you're looking for.
http://www.codeproject.com/csharp/sendmailcsharp.asp
Hope that helps.
Hi,
It would be advisable to create a separate application or service which would send emails. Both your win and web forms app can talk to thisservice.
This service can internally use SMTPMail.
Regards,
Nasha { CSharp -- MVP}
Hi -
Please also see this thread. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=717&SiteID=1
HTH,
Karen
Sending Email using C#
almightylinuxgod
The following article might give you what you're looking for.
http://www.codeproject.com/csharp/sendmailcsharp.asp
Hope that helps.
Ben Taylor
Hi,
It would be advisable to create a separate application or service which would send emails. Both your win and web forms app can talk to thisservice.
This service can internally use SMTPMail.
Regards,
Nasha { CSharp -- MVP}
Antar
xikopt
Hi -
Please also see this thread. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=717&SiteID=1
HTH,
Karen