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
How can we get ip address of a client in php?
What are the types of variables in php?
Which is better php or nodejs?
What are php strings?
Where can I find php ini file?
Tell me can you extend a final defined class?
Does apache use php?
What do you use php for?
Which PHP function would you use to send an email?
How to break a file path name into parts?
How break and continue while loop in php?
Does php have multiple inheritance?
What is the most convenient hashing method to be used to hash passwords?
What is better .net or php?
How to run a php script?