Results 1 to 4 of 4

Thread: Sending mail thro' SMTP Server using Java Script

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    8

    Sending mail thro' SMTP Server using Java Script

    I am working on a website project in which i have to send mail
    through SMTP Server using Java Script i have tried it in VB thro' a DLL but it failed so i want to use JAVA Svript for sending mails so is it possible
    Reply Soon

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Sending mail thro' SMTP Server using Java Script

    I would say you should use a server side scripting language like PHP or ASP, but if you really must do it through javascript, then you could create an ActiveX DLL and call one of its functions to send an email using javascript.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    8

    Re: Sending mail thro' SMTP Server using Java Script

    I have tried ASP Script but the server does not understand it and send the page to download and not running it, Can i use the same HTML page to send mails

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Sending mail thro' SMTP Server using Java Script

    You can use mailto: and cause the user's default web mail client to popup (e.g., Outlook Express)

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