
Ketil Engmark - 2012-12-19 03:48:33
I just finished a quick project using your class and it was so easy to implement I want to thank you.
I made a simple pop3 fetch, read and delete for throw away email accounts.
Set up as follows:
Set up a catch all email.
Set up a form to check flat file if email handle is in use.
They can send emails and check there emails using there handle/s and my domains.
All email data is taken from the array and outputed to
3 seperate array to table functions with all the GET links to
fire all the functions.
Now I am setting up a php mail with a 1 hour limit on mailing if they want to send from my domains as well.
All this is filtered for virus and spam emails.
Thanks again
Ketil