"If You Can Dream It, We Can Build It"
Let us help your dream come true in web and multimedia design and development to open the doors to the digital world.
Mail to sytax...
Nice and easy way to add contact page without adding a aspx for PHP form is to use mailto sytax.
Plain Mail to
<a href="mailto:eg@example.com.au">
Mail to with Subject
<a href= "mailto:eg@example.com.au?subject="this is my subject">
Mail to with CC
<a href="mailto:eg@example.com.au?cc= eg1@example.com.au">
Mail to with BCC
<a href="mailto:eg@example.com.au?bcc= eg1@example.com.au">
Mail to with email body
<a href="mailto: eg@example.com.au?body= "Hi How are you">
Problem with this method is web spiders can easily detect the email address. SPAMMERS mostly use this technique to collect valid email addresses.
Use this link to encode your emails when you use with MailTO
|