CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Dec 1999
    Location
    Bangalore
    Posts
    60

    Sending mail in ASP

    Can anybody give me an idea how to send a mail from my IIS server to mail server(Exchange server).

    Is this a settings problem?

    Thanks in advance
    venky


  2. #2
    Join Date
    Dec 1999
    Location
    Slovakia
    Posts
    26

    Re: Sending mail in ASP

    Try to use CDO NTS. Documentation is in MSDN.

    [ufo]

  3. #3
    Join Date
    Dec 1999
    Location
    Bangalore
    Posts
    60

    Re: Sending mail in ASP

    It is given that CDONTS needs SMTP prtocol but we are using X400 protocol


  4. #4
    Guest

    Re: Sending mail in ASP


    when we use cdo all the mails go to the SMTP folder , not to the MS exchange server . how do i get it and send it outside



  5. #5
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: Sending mail in ASP

    I believe you can configure the SMTP service on the IIS box to forward mail to the Exchange box. Not sure where the setting is, though.


  6. #6
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: Sending mail in ASP

    Because of the problems you are having with CDONTS i decided to check out ASPMail from www.serverobjects.com. It's a cheap $50 per server (not per site, per machine) for unlimited use. You can tell it which mail server to use and adding recipients is easier. plus it has it's own error handling, so you can tell whether or not the mail sent and why it didn't.

    just my two cents,

    John

    John Pirkey
    MCSD
    www.ShallowWaterSystems.com
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

  7. #7
    Guest

    Re: Sending mail in ASP


    but how to configure SMTP for this?. The MMC dosn't give any option i believe.


  8. #8
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: Sending mail in ASP


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