I am in the midst of creating an online contact management tool for users to manage contacts and clients. I am trying to develop a solution where the user will add a BCC
or CC
in any email client like this:
[email protected]
and my app will grab the recipients to
address information email, name, etc and my backend script will grab the data, look to see if this exist and if not add this into the database.
Where I am challenged is how to get the data from an email to php or java... Any thoughts?
How about something like this which you can use to parse the received email headers and grab the recipient information as well as attachments, etc:
http://code.google.com/p/php-mime-mail-parser/
That also links to some other articles on how to actually 'receive' emails with php.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With