refiking Posted August 20, 2008 Share Posted August 20, 2008 OK......Here's what I am trying to do. I have a voicemail system built on my computer that sends me an email with the voicemail as an attachment. The email subject is New Voicemail Ext. ### I have several hundred extensions. What I would like to do is send these email messages to one address that would put the attachment into a mysql DB like "insert into voicemails ext = '$ext(which would be the number from the subject)' and message = '$attachment(which would be the actual vmail attachment)' Is something like this possible using php? I have no clue. Thanks in advance gurus. Quote Link to comment https://forums.phpfreaks.com/topic/120586-have-no-clue-where-to-start-php-mail-sort-ino-db/ Share on other sites More sharing options...
JonnoTheDev Posted August 21, 2008 Share Posted August 21, 2008 PHP can login to your email server and read the messages. It could extract the Ext part of the message subject and then store that into a database before moving onto the next message. Quote Link to comment https://forums.phpfreaks.com/topic/120586-have-no-clue-where-to-start-php-mail-sort-ino-db/#findComment-622140 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.