simple form to send email

eclipse245

New Member
I want to show whether email sent successfully or failed on the same form. I want to show the empty form after email sent successfully. How can i do it?here is the form\[code\]<input type="text" name="name" /><input type="text" name="email" /><input type="submit" name="submit" /><span>here i want to show msg<span>\[/code\]
 
Back
Top