Eiolon Posted March 9, 2007 Share Posted March 9, 2007 I am not sure if this is a PHP or a MySQL question so you can move it if need be. I've created an inhouse help desk for my work. It works well but it's inconvenient for people to fill out a form with their name, email and problem. A request was made to simply send an email from their mail client to an address (i.e. [email protected]) and have it initiate the ticket. So here's my question: is there anything like this on the net that I could use as an example? I have no idea where to start with a request like this or if its even possible to do. Thanks! Link to comment https://forums.phpfreaks.com/topic/41906-phpmysql-and-e-mail-question/ Share on other sites More sharing options...
benjaminbeazy Posted March 9, 2007 Share Posted March 9, 2007 you need to use IMAP, start here: http://us3.php.net/manual/en/ref.imap.php and look for tutorials, here's one: http://www.phpbuilder.com/columns/musone19990207.php3 that'll give you a place to start, you just need to read the contents (not literally) of the message and make your request from there Link to comment https://forums.phpfreaks.com/topic/41906-phpmysql-and-e-mail-question/#findComment-203193 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.