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
Does php 7 support multiple inheritance?
What is the special meaning of __sleep and __wakeup?
How to replace a text in a string with another text in php?
What is advanced php programming?
Is laravel easy to learn?
What are the main error types in php?
What is the latest version of php?
What is the role of the .htaccess file in php?
What is the use of the function 'imagetypes()'?
What is delimiter php?
Tell me how can we check the value of a given variable is alphanumeric?
Do while loops?
What is the difference between query and inquiry?
What is the difference between exception::getmessage and exception::getline?
What does $_files means?