emailing

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

    emailing


    Hey guys,

    i need a code that will allow users to email to multiple people as well as add as many attachments as user likes, and will work with outlook express/ or microsoft outlook (any version) ... (can it also go through the anti virus program before being sent ?)

    THANX IN ADVANCE

    NEED THE CODE PLEASE
  • Chad Z. Hower aka Kudzu

    #2
    Re: emailing

    "=?Utf-8?B?V2lsbA==?=" <anonymous@disc ussions.microso ft.com> wrote in
    news:E2AB84A8-8A35-4263-AA01-F49D7CD87305@mi crosoft.com:[color=blue]
    > i need a code that will allow users to email to multiple people as well
    > as add as many attachments as user likes, and will work with outlook
    > express/ or microsoft outlook (any version) ... (can it also go through
    > the anti virus program before being sent ?)[/color]



    Has full SMTP support, attachments inlines etc. You can also use
    System.Web.Mail , but it supports just plain text mail and basic attachments.
    Nothign more.


    --
    Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
    "Programmin g is an art form that fights back"


    ELKNews - Get your free copy at http://www.atozedsoftware.com

    Comment

    Working...