|
Read email account and automail
Ok, I am going to put this in here because I am pretty sure it can be done with php, but using a cgi script may be easier....
What I am trying to do... I have a list of email addresses. I have a php script right now that I can take and send whatever I want to each of those addresses. What I need it to be able to do, is read the contents of an email account (probably just every night), and then if there are any emails, I need to send them to all of the people in this list... What I have been searching for is a way to read the contents of the email account....
Some of the emails are plain text, some are html... so I would need to provide support for the html if I have to do that specifically..
any help would be appreciated.
|