I am creating an online contact management tool for users to manage contacts and clients. I am trying to develop a solution in which the user will add BCCeither CCto any email client, for example:
1234@myappdomain.12345.com
and my application will capture recipient toaddresses, email address, name, etc., and my script backend will capture data, see if it exists, and not add it to the database.
Where does it challenge me how to get data from email in php or java ... Any thoughts?
source
share