Parsing Email using PHP
Posted by: forgueam
Posted on: 2006-02-09 19:59:00
I am attempting to add a feature to one of my websites that would allow users to update their account by sending a text message to a specified emaill address from their mobile phone. Ideally, I would have a php script that is set up to run as a cron that would parse through any emails sent to this particular email address and perform the necessary functions. However, DreamHost does not have the IMAP function compiled into PHP, so I am unable to use those.
Does anyone know of any different methods to accomplish what I have described (without the availability of the IMAP functions)?
Thanks in advance for any help!
Aaron