I want to make a script that would, for example, if somebody emailed script@mydomain.com, it would save their name and email, and then reply to them with a message.
I know how to do all of that except on thing:
How to get the script to read the information from the message?
So far, I've...