|
Pages: [1] |  |
|
|
Author
|
Topic: How to send HTML email in PHP? (Read 585 times)
|
|
| |
|
 Joined: Sep 2011 Posts: 71

India
|
Sep 14, 2011, 05:37:39 AM | #2 |
Please Check the below code for sending the Mail in HTML:
<form method="post" action="mailto:yourmaill@mail.com" > First:<input type="text" name="FName" size="12 maxlength="12" /> Last:<input type="text" name="Lname" size="24" maxlength="24" /> <input type="submit" value="Send Email" /> </form>
Hope you will get the answer. |
|
|
|
|
 |
|
Pages: [1]
|
|
|
 |