Email application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JPSutor

    Email application

    Does anyone have any sample code for sending a simple email message
    (from Yahoo.com) with no attachments?
    If not, can you direct me to some site where I can find some sample
    code.

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Email application

    JPSutor,

    You should take a look at the System.Web.Mail namespace in .NET 1.1 or
    earlier. In .NET 2.0, look at the System.Net.Mail namespace, as this is
    much better than the classes in the System.Web.Mail namespace.

    Or, if you want a third party component, check out the Indy Project:



    Hope this helps.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "JPSutor" <jpsutor@yahoo. com> wrote in message
    news:1135779646 .172418.217130@ g49g2000cwa.goo glegroups.com.. .[color=blue]
    > Does anyone have any sample code for sending a simple email message
    > (from Yahoo.com) with no attachments?
    > If not, can you direct me to some site where I can find some sample
    > code.
    >[/color]


    Comment

    Working...