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 upload any files extension in our database Ex.(.doc,.txt,mp4,mp3 etc.)in php
How is session data stored?
Why should I store logs in a database rather than a file?
How to calculate the length of a string?
Does wordpress run on php 7?
Is php procedural or oop?
What is php and how do you use it?
Why constructor is not overridden?
What is the main difference between require() and include()?
What are sql injections, how do you prevent them and what are the best practices?
How to Retrieve video files in php from database.....and how to store video on database..
How to open a file for reading?