CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    New Jersey, USA
    Posts
    369

    Sending Email using Form (bypassing email client)

    Does anyone know a way to send an email to someone without starting the email client simply using JavaScript? For instance, capture information from a <form> and then email it to an email address without having to go through, say, Outlook Express.

    Thank you for your help in advance.

  2. #2
    Join Date
    May 2002
    Location
    India
    Posts
    143
    I think the only and the easiest way to skip client side mailing(outlook etc) is MAPI and CDONT. It depends on server's configuration. a little bit of server side code can solve your problem.
    Other server side solutions are also there such as EasyMail, but they are to be purchased. Where MAPI/CDONT are shipped free with WIN2K.
    Anupam.

  3. #3
    Join Date
    Aug 2002
    Posts
    879
    If you want to send a mail without mailto.
    you have to use a server side scripting language
    like PHP / ASP or CF. Depends which of them your
    webhoster supports !

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