imarockstar Posted August 27, 2008 Share Posted August 27, 2008 I wont ask you guys to code this for me .. however if someone knows of a tutorial about this ... can you share it .. If I have an email setup on my server, say [email protected]. I need to capture the info of all incoming emails from people who either email or sms that email ([email protected]). so if I were to TEXT this : text to: [email protected] subject: test body: body test my php script would grab that info and display that on a page on my site ... does anyone know of any tutorials about how to do this ? thx Link to comment https://forums.phpfreaks.com/topic/121601-email-to-php/ Share on other sites More sharing options...
zq29 Posted August 27, 2008 Share Posted August 27, 2008 http://uk3.php.net/manual/en/book.imap.php Link to comment https://forums.phpfreaks.com/topic/121601-email-to-php/#findComment-627259 Share on other sites More sharing options...
kenrbnsn Posted August 27, 2008 Share Posted August 27, 2008 You can either set up your system to pipe incoming email messages to a PHP script as described here or use the IMAP functions to read a mailbox. Ken Link to comment https://forums.phpfreaks.com/topic/121601-email-to-php/#findComment-627262 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.