vbmark Posted January 16, 2010 Share Posted January 16, 2010 Hello, Is there a way to somehow email text to a php page? I want to be able to get the body and subject of an email to a php page so that I can parse it and email it back. Thanks! Mark Link to comment https://forums.phpfreaks.com/topic/188720-sending-an-email-to-a-php-page/ Share on other sites More sharing options...
phonydream Posted January 16, 2010 Share Posted January 16, 2010 Yes, but it can be complicated. Check out http://ie.php.net/imap Link to comment https://forums.phpfreaks.com/topic/188720-sending-an-email-to-a-php-page/#findComment-996235 Share on other sites More sharing options...
oni-kun Posted January 16, 2010 Share Posted January 16, 2010 This is a tad harder than just what you could use with PHP itself. You'd need to use a cron job to check for e-mails and parse the data from then, and implicate them into a database of some sort and go on from there. Link to comment https://forums.phpfreaks.com/topic/188720-sending-an-email-to-a-php-page/#findComment-996238 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.