Reputation: 20565
i am trying to create a backend system for all of my clients. Now in this backend you can do alot of things to manipulate the site but i also want to make sure that my clients can manage their day to day jobs. For this ive created a calender where they can create Events and such.
Now i wish to make sure that they can view their site emails directly in the backend
Now my question is in two parts
is it possible to view mails directly on a website
are there any plugins i can use to achieve it or any smooth way to do it?
Upvotes: 0
Views: 70
Reputation: 3682
if your clients are receiving their emails on you web site like [email protected], yes you can download and read emails using PHP, IMAP functions.
It is very easy to use. you have more detail from these tutorials.
http://www.sitepoint.com/exploring-phps-imap-library-1/
http://davidwalsh.name/gmail-php-imap
Upvotes: 1