What I am wanting to do is take an email being sent to our server open it up and parse out infomration from the body text that looks similar to this:
ID: 60789
Name: Bob
Then i want to be able to grab the 60789 and insert into our sql database under the lead_id column.
I want to be able to automate this process. maybe with a cron job.
Thanks
ID: 60789
Name: Bob
Then i want to be able to grab the 60789 and insert into our sql database under the lead_id column.
I want to be able to automate this process. maybe with a cron job.
Thanks