Additional HTML Email Code
Posted by admin | Posted in HTML Tutorial | Posted on 11-08-2010-05-2008
0
While defining an email link you can even provide some additional information like the subject or even the body also.
you can define a uniform subject which users can automatically have when they click the link.
This type of facility can be provided while taking feedback from the users visiting your website, or in case you want to take some survey.
· Subject – Populates the subject of the email with the information that you provide.
· Body – Populates the body of the email with the information that you provide.
Example:
- <a href= “mailto: a@b.com?subject=Web Page Email&body=This email is from your website” >2nd Email Example</a>
Complete Email:
- 2nd Email Example
Example:
- <a href=”mailto:email@xyz.com?subject=Feedback&body=Good work!”>
- Email@xyz.com</a>
Complete Email:
- Email@xyz.com
