Do you have one or more websites that have a 'email me' links on various pages and have you often wondered if you could personalise each of those links so that you could get an idea of what your reader was doing when they decided to contact you?
By adding and ?subject=Mysite - Information Enquiry into the normal HTML email code you can set the title to appear as you wish to recieve it.
For example, if you are selling hand made terracotta pots from your site as well as ceramic pots you can set the title of the email enquiry out of a page to suit the subjecy.
Problems occurs when the title bar of an email is left blank or your enquirer adds their own title that might make it appear as spam. The email can get discarded without you viewing it.
The normal email code without a title looks like this but it requires your enquirer to add a title.
<a href="mailto:emailname@yourdomain.com">The text of your link</a>
This email code allows you to add the predetermined title to the email enquiry. The text can be changed to suit. For example: Terracotta pots sales enquiry or ceramic pots sales enquiry.
<a href="mailto:emailname@yourdomain.com?subject=Subject You Selected">add your own title to suit the enquiry</a>
Feel free to copy and paste the code and alter it to suit your needs.

Recent Comments