Archive

Posts Tagged ‘HTML’

mailto: Hyperlink with Subject & Message

July 3rd, 2009 No comments

You can use following html code to generate mailto: link with pre-filled Subject and Mail Message:

<a href="mailto:someone@someone.com?subject=MessageSubject&body=MessageBudy">
Mail To Example<a>

This anchor tag will open your default e-mail client with to, subject and message body.