Results 1 to 4 of 4

Thread: Help with sending email

  1. #1

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Help with sending email

    hi Guys! I want my application to be capable of sending email.I just want to know the requirements that the computer, where the application is running, should have in order to send email, does it need to have POP3 or SMTP server or something like that?

  2. #2
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: Help with sending email

    SMTP. Here is some good reading:
    http://msdn2.microsoft.com/en-us/lib...nt(VS.80).aspx

    You can use your GMail account as your host if you like:
    http://www.codeproject.com/useritems...select=1739602

    Hope that helps.

  3. #3
    Fanatic Member Jumpercables's Avatar
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    592

    Re: Help with sending email

    Depending on the type of mail system you have on the client machine you will need different information.

    Look into the System.Net.Mail namepace. Try with just the stmp server address first.

    C# - .NET 1.1 / .NET 2.0

    "Take everything I say with a grain of salt, sometimes I'm right, sometimes I'm wrong but in the end we've both learned something."
    _____________________
    Regular Expressions Library
    Connection String
    API Functions
    Database FAQ & Tutorial

  4. #4

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Re: Help with sending email

    Thanks for that guys! i'll give it a try.

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