Status
Not open for further replies.

sachin_kothari

Ambassador of Buzz
I am developing a website. In the registration page, when the user fills in all the details and clicks the submit button, i want all the content of the fields to be sent to his email-id which he will specify in the form. How do i do it. I am using VBScript for it. I need solutions in VBScript to do it. Thanks in advance.
 

RCuber

The Mighty Unkel!!!
Staff member
Put some more light on the question. what is the webserver used ? Its been long since i touched VBScripts. im not sure that VBscripts alone can send email.
 

alanpaladka

Journeyman
sachin_kothari said:
I am developing a website. In the registration page, when the user fills in all the details and clicks the submit button, i want all the content of the fields to be sent to his email-id which he will specify in the form. How do i do it. I am using VBScript for it. I need solutions in VBScript to do it. Thanks in advance.
Not possible using VBscript alone. I think you should use either asp or asp.net to do that. :D By the way, MySQL is not a webserver. It's a database server. I think you are using either Apache or IIS.
 

vinaypatel

Journeyman
r u knowing mailto command u can directly do from client's pc

and if u r using asp.net then it have inbuilt rich class of smtp

use smtp.send(sender,receiver,subjact,header,data,priority,attachment)
 
Status
Not open for further replies.
Top Bottom