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 |
How to convert a string to uppercase in php?
Can php run without server?
Is time a dependent variable?
What is the use of the function 'imagetypes()'?
What is difference between print_r and echo in php?
What is the use of isset() in php?
What are the features of php?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
What are new features in php 7?
How check field is empty or not in php?
Whether php supports microsoft sql server?
Who is the father of php and what is the current version of php and mysql?