SMTP server C++ class

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

    SMTP server C++ class

    Hi,

    Anybody knows of a simple SMTP server C++ class? I found lots of SMTP
    clients, and one SMTP proxy (CSmtpProxyMT) but no pure SMTP server classes.

    It is for an application that receives email alerts with the information in
    the subject line, so being able to get the subject line (without confusing
    the SMTP client sending it) is all I need.

    Thanks

    Adrian


  • Adrian

    #2
    Re: SMTP server C++ class

    Sorry, I forgot to mention that this is for a Visual C++ 6 project.

    Adrian

    "Adrian" <adrian@xxx.xxx > wrote in message
    news:wGsAb.4524 6$vn.99335@sea-read.news.verio .net...[color=blue]
    > Hi,
    >
    > Anybody knows of a simple SMTP server C++ class? I found lots of SMTP
    > clients, and one SMTP proxy (CSmtpProxyMT) but no pure SMTP server[/color]
    classes.[color=blue]
    >
    > It is for an application that receives email alerts with the information[/color]
    in[color=blue]
    > the subject line, so being able to get the subject line (without confusing
    > the SMTP client sending it) is all I need.
    >
    > Thanks
    >
    > Adrian
    >
    >[/color]


    Comment

    Working...