Hi there,
Say I setup an email address to receive specific emails.
What would I have to do to get php to read the contents of the email, strip certain parts in a certain way and return them to a function to insert each part appropriately into a db.
I don't really even know where to start on this one but I reckon I will need a cron job and curl possibly.
Anyone have any experience with this?
Thanks!