anatak Posted October 19, 2009 Share Posted October 19, 2009 Hello, this is maybe the wrong place to ask. How would you display an email address on a website without attraciting all the spammers of the world to fill your mailbox ? does anybody use something special ? Quote Link to comment https://forums.phpfreaks.com/topic/178192-displaying-email-without-attracting-a-ton-of-spam/ Share on other sites More sharing options...
Garethp Posted October 19, 2009 Share Posted October 19, 2009 I use Gmail Quote Link to comment https://forums.phpfreaks.com/topic/178192-displaying-email-without-attracting-a-ton-of-spam/#findComment-939513 Share on other sites More sharing options...
Daniel0 Posted October 19, 2009 Share Posted October 19, 2009 I don't do anything to protect my email addresses really. Both my private and my PHP Freaks email should be pretty easy to find. The spam almost never makes it past Gmail's filters anyway. Quote Link to comment https://forums.phpfreaks.com/topic/178192-displaying-email-without-attracting-a-ton-of-spam/#findComment-939532 Share on other sites More sharing options...
waynew Posted October 19, 2009 Share Posted October 19, 2009 Put the email address in an image. Quote Link to comment https://forums.phpfreaks.com/topic/178192-displaying-email-without-attracting-a-ton-of-spam/#findComment-939890 Share on other sites More sharing options...
salathe Posted October 19, 2009 Share Posted October 19, 2009 As with others, I'm fine with my gmail address being caught since the spam filters work really well in Gmail. The email address in my signature uses the Mailhide service to save that particular address from getting too much spam. Quote Link to comment https://forums.phpfreaks.com/topic/178192-displaying-email-without-attracting-a-ton-of-spam/#findComment-939916 Share on other sites More sharing options...
dreamwest Posted October 20, 2009 Share Posted October 20, 2009 {mailto address=$EmailAddress encode='javascript' subject='Hello'} Quote Link to comment https://forums.phpfreaks.com/topic/178192-displaying-email-without-attracting-a-ton-of-spam/#findComment-940191 Share on other sites More sharing options...
zq29 Posted October 20, 2009 Share Posted October 20, 2009 {mailto address=$EmailAddress encode='javascript' subject='Hello'} According to Google, this requires the use of Smarty and the mailto plugin to achieve. Unless you're already using it... Quote Link to comment https://forums.phpfreaks.com/topic/178192-displaying-email-without-attracting-a-ton-of-spam/#findComment-940289 Share on other sites More sharing options...
Daniel0 Posted October 20, 2009 Share Posted October 20, 2009 {mailto address=$EmailAddress encode='javascript' subject='Hello'} According to Google, this requires the use of Smarty and the mailto plugin to achieve. Unless you're already using it... I take it you missed the memorandum. Smarty is officially the be-all and end-all best thing ever. Quote Link to comment https://forums.phpfreaks.com/topic/178192-displaying-email-without-attracting-a-ton-of-spam/#findComment-940299 Share on other sites More sharing options...
waynew Posted October 20, 2009 Share Posted October 20, 2009 Can this thread be all about Smarty now? Quote Link to comment https://forums.phpfreaks.com/topic/178192-displaying-email-without-attracting-a-ton-of-spam/#findComment-940311 Share on other sites More sharing options...
zq29 Posted October 20, 2009 Share Posted October 20, 2009 I take it you missed the memorandum. Smarty is officially the be-all and end-all best thing ever. Missed that one, was too busy filling in my TPS report... Quote Link to comment https://forums.phpfreaks.com/topic/178192-displaying-email-without-attracting-a-ton-of-spam/#findComment-940316 Share on other sites More sharing options...
dreamwest Posted October 20, 2009 Share Posted October 20, 2009 {mailto address=$EmailAddress encode='javascript' subject='Hello'} According to Google, this requires the use of Smarty and the mailto plugin to achieve. Unless you're already using it... Who doesnt use smarty http://www.smarty.net/manual/en/language.function.mailto.php Quote Link to comment https://forums.phpfreaks.com/topic/178192-displaying-email-without-attracting-a-ton-of-spam/#findComment-940333 Share on other sites More sharing options...
corbin Posted October 20, 2009 Share Posted October 20, 2009 ..... Most people? Quote Link to comment https://forums.phpfreaks.com/topic/178192-displaying-email-without-attracting-a-ton-of-spam/#findComment-940387 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.