Guest Posted March 31, 2006 Posted March 31, 2006 Rather than sending an email via the contact form I would like to use a direct mail link that opens the customers email client I have added define('EMAIL', '[email protected]'); To the config file Anyone know the code Thansk in advance Rascal
♥Monika in Germany Posted March 31, 2006 Posted March 31, 2006 Rather than sending an email via the contact form I would like to use a direct mail link that opens the customers email client I have added define('EMAIL', '[email protected]'); To the config file Anyone know the code Thansk in advance Rascal choose a different expression for email define unless you are 100% sure this is not taken yet. then do a link like this <a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">email</a> using your own define :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Guest Posted April 3, 2006 Posted April 3, 2006 choose a different expression for email define unless you are 100% sure this is not taken yet. then do a link like this <a href="mailto:' . STORE_OWNER_EMAIL_ADDRESS . '">email</a> using your own define The link you gave me worked fine, thanks for that. Is there a way to pre populate the Subject line? Many thanks Russell
♥Monika in Germany Posted April 3, 2006 Posted April 3, 2006 The link you gave me worked fine, thanks for that. Is there a way to pre populate the Subject line? Many thanks Russell hi google is your friend ... you should really try it out :-) http://www.ianr.unl.edu/internet/mailto.html :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.