ILMV Posted April 30, 2009 Share Posted April 30, 2009 Hello All! Does anyone know what is involved with sending an email to a PHP script? I want to be able to parse some of the headers for database input and access the attached files and store them in a directory for future download. Many Thanks! ILMV Link to comment https://forums.phpfreaks.com/topic/156239-email-to-php/ Share on other sites More sharing options...
zq29 Posted April 30, 2009 Share Posted April 30, 2009 I'm not sure if you can configure mail server software to pass the email to a script for processing, you'd have to check your servers docs. But you could use PHP to connect to the mail server and download the mail with its built in imap functions - php.net/imap Link to comment https://forums.phpfreaks.com/topic/156239-email-to-php/#findComment-822539 Share on other sites More sharing options...
ILMV Posted April 30, 2009 Author Share Posted April 30, 2009 Many thanks Semi! I will take a look at my email setting on my VPS and see what I can find Link to comment https://forums.phpfreaks.com/topic/156239-email-to-php/#findComment-822540 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.