S simon New Talker PF Member Messages 8 Highlights 0 Reaction score 0 Points 0 Peak Coin 0.000000¢ DB Transfer 0.000000¢ Thread Owner Apr 3, 2013 #2 I want to have a link on my website which automatically emails me and the subject is also automatically filled out. Does anyone know what code to use?
I want to have a link on my website which automatically emails me and the subject is also automatically filled out. Does anyone know what code to use?
S scriptdorks Emerging Talker PF Member Messages 14 Highlights 0 Reaction score 0 Points 0 Peak Coin 0.000000¢ DB Transfer 0.000000¢ Apr 3, 2013 #3 Add this code: Code: <a href="mailto:you@yourdomain.com?subject=Comments from MailTo link">Email me</a>
Add this code: Code: <a href="mailto:you@yourdomain.com?subject=Comments from MailTo link">Email me</a>