CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2010
    Posts
    11

    Question Send Email Using C#

    Hi guys!
    I am doing a project which requires the functionality of sending an Email to registered Users. I have tried the "SimpleMail" examples that are freely available, but I keep getting errors. I am new to ASP.NET, so can someone please enlighten me on how to achieve this? From beginning to end - step-wise? Thanks in advance...

  2. #2
    Join Date
    Sep 2008
    Location
    Netherlands
    Posts
    865

    Re: Send Email Using C#

    Take a look at this MSDN article about the SmtpClient.

    Make sure the SMTP server is installed on the server you connect to.

  3. #3
    Join Date
    Sep 2010
    Posts
    11

    Re: Send Email Using C#

    Thanks dannystommen, will have to configure the SMTP server first...

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured