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 Quote 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 Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.