How can we send mail using JavaScript?
Answers were Sorted based on User's Feedback
Answer / live
I want descriptive code for Send Email...
if Member is Register than i send confomation Mail send to
particular member
| Is This Answer Correct ? | 38 Yes | 49 No |
Answer / senthilkumar .g
form action="mailto:you@yourdmainhere.com" method="post"
enctype="text/plain" >
FirstName:<input type="text" name="FirstName">
Email:<input type="text" name="Email">
<input type="submit" name="submit" value="Submit">
</form>
| Is This Answer Correct ? | 73 Yes | 86 No |
what is PDO?
What is full form of PHP?
How to merge values of two arrays into a single array?
Which function is used in php to count the total number of rows returned by any query?
How to remove leading and trailing spaces from user input values in php?
Which php framework is best?
How to write php function in html onclick?
Tell me what type of operation is needed when passing values through a form or an url?
How can we submit a form without a submit buttom?
12 Answers A1 Technology, IBM,
How to add different images in php program like a job site.......
How to write in a file in php?
How to register a variable in PHP session?