How can we send mail using JavaScript?
Answer Posted / 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 |
Post New Answer View All Answers
Write a php script to get the largest key in an array?
What is the meaning of a persistent cookie?
How to get the total number of values in an array?
What is final keyword in php?
How to get number of days between two given dates using PHP?
Can a super () and this () keywords be in same constructor?
Why is overriding runtime?
Which is the best web server?
How to get the directory name out of a file path name?
Explain php explode() function.
What is overloading and overriding in php?
How to include a file code in different files in php?
How to remove leading and trailing spaces from user input values in php?
Can you define an argument as a reference type?
Where are cookies stored php?