Capture email data

1

Good evening.

I need some help, I'll try to be as clear as I can.

I'm developing an application called, I want to let staff open calls by email, how can I capture this data from the body of the email?

For example: I send an email with the data of the call (title, description, company, etc.). I want my application to capture this data and insert it in the DB.

Is it possible?

Note: I want to make it clear that I do not want ready codes, I just want ideas.

Thank you.

    
asked by anonymous 27.08.2015 / 02:01

1 answer

2

In my opinion the simplest method would be to create a specific email account and consult it from time to time using PHP IMAP to read the emails, store in the database and delete.

The problem is parse, it will be necessary to combine a format with the users or send a confirmation email with the already formatted data for the user to confirm.

Take a look at the API: link

    
27.08.2015 / 02:13