How to send an eMail?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I wish to send and email using the C#/.NET code.
How to I do that?

I tried using the: MailMessage + SmtpMail
But using them I managed to send only to users that are in my domain. I need
to send email out of my domain.
How do I do that?
 
Hi Sharon,

You have to authenticate to the SMTP Server. See "4.3.10 Can send locally
but not externally" at http://systemwebmail.com/

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Send multiple emails 1
Email application 3
Send Email in C#.NET 5
Sending Email 3
Send Email from C# App 4
Email Bounce Error 3
Problems sending emails 1
Send Mail Problem 3

Back
Top