TecTao Posted December 13, 2014 Share Posted December 13, 2014 I have built a small classified ads application. A person can put in an item for sale and it will diaplay the item. On the input form for the ad they enter their email address. I am looking for an application that will display an anonymous email address on the classified ad and send to the anonmmous email through to their real email address. I would prefer to do this through the web server of the client and not have to set up a Google Apps or third party email accout for the "catch all" account. Any recommendation for tutorials to explain and illustrate how to write this code. Thanks in advance for any assist. m Link to comment https://forums.phpfreaks.com/topic/293086-looking-for-recommendation-on-good-anonymous-email-application/ Share on other sites More sharing options...
ginerjm Posted December 15, 2014 Share Posted December 15, 2014 So? You simply don't want to publish your user's email addresses on the site - that's why you want a 'fake' address displayed? I would do that with a db table that creates a record for the fake address that you assign and link it to a real address for the user. Link to comment https://forums.phpfreaks.com/topic/293086-looking-for-recommendation-on-good-anonymous-email-application/#findComment-1499639 Share on other sites More sharing options...
TecTao Posted December 16, 2014 Author Share Posted December 16, 2014 I may be mistaken but I think that would still put the original email in the header. Tyring to do an Anonymous Email like on Craigslist. Link to comment https://forums.phpfreaks.com/topic/293086-looking-for-recommendation-on-good-anonymous-email-application/#findComment-1499794 Share on other sites More sharing options...
Strider64 Posted December 17, 2014 Share Posted December 17, 2014 You can have it where the website handles the transactions where the emails are sent via the webpage (acting like the middle man) and you could give the seller (or buyer) to opt out if so desire. Link to comment https://forums.phpfreaks.com/topic/293086-looking-for-recommendation-on-good-anonymous-email-application/#findComment-1499802 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.