Results 1 to 2 of 2

Thread: mailform using asp

  1. #1
    Join Date
    Mar 2003
    Posts
    3

    mailform using asp

    Hi,

    I would like to ask a question. Maybe you can help me by telling if it is possible to do or not what I'd like to do and even more by telling how to do it ;-)

    I have a site using asp and an access database. I would like to have a 'tell a friend link' where somebody can recommend a book to someone else. The mail should contain title, etc of the book (coming from the form itself or the database), the url of the exact page of the book, the name and e-mail of the sender (through textfields) and if possible some comment. Is that possible without using the clients mailprogram?

    I only know about cgi-scripts to do the mailing, but I don't think it is possible to use ASP code in the cgi-script or is it?

    Thank you very much for your reply,
    greets,
    dimitri

  2. #2
    Join Date
    Nov 2002
    Location
    DE
    Posts
    246
    I presume you are using IIS as a webserver? In this case you have the SMTP service avaialble in IIS. Using this you can create an instance of the SMTP object from ASP and send mails as you like.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •