Hey there. When members login to my site, they are told if they have any new private messages, and if so, are told how many. While this is quite simple to do (as the system is run via a database), I wasn't quite sure how to go about doing the same thing for new emails. I'm hoping it'll end up something like this:
If user has webmail on my site (email address and email password will be stored in the user's row in the main database), then check and see how many new (unread) emails they have, and return the number.
I will only need to check the number for those that have email accounts on my website - so there is no need to check outside websites or other email services.
So yea, if anyone knows how to use PHP to connect with FriHost's email servers, I'd love to hear from you!
If user has webmail on my site (email address and email password will be stored in the user's row in the main database), then check and see how many new (unread) emails they have, and return the number.
I will only need to check the number for those that have email accounts on my website - so there is no need to check outside websites or other email services.
So yea, if anyone knows how to use PHP to connect with FriHost's email servers, I'd love to hear from you!
