I am trying to create a php program that will check for the presence of any emails with a keyword in the subject line, then it will retrieve the contents of the email and pass it to a variable.
Can anyone provide me with some helpful information on how to accomplish this?
If you can use imap protocol better, you can try the imap functions of PHP