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 :wave:
Printable View
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 :wave:
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.
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
You can use mailto: and cause the user's default web mail client to popup (e.g., Outlook Express)