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 |
Why many companies are switching their current business language to php? Where php basically used?
Which php framework is in demand?
How can we get ip address of a client in php?
what is Opern source?
Why is php so popular?
Which function is used to strip whitespace?
How to randomly retrieve a value from an array?
What is advanced php programming?
What are the differences between session and cookie?
What does $_env means?
What are string functions?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?