Welcome Guest, Not a member yet? Register   Sign In
Display Gmail, Yahoo or any other mail list in codeigniter Application.
#1

Hi Help Pls

My Application made in codeigniter , i want to display gmail, yahoo or any other mail in my application and reply the person.

It's same as gmail dashborad.

we can manage things from our application.

Is it possible?


Thanks
Reply
#2

Yes, it's possible. Check PHP's imap extension: http://php.net/manual/en/book.imap.php
Best regards,
José Postiga
Senior Backend Developer
Reply
#3

(01-29-2016, 07:39 AM)josepostiga Wrote: Yes, it's possible. Check PHP's imap extension: http://php.net/manual/en/book.imap.php

Thanks josepostiga

can you provide a more information on it.

Like live example.
Reply
#4

(01-29-2016, 08:04 AM)Dolar Wrote:
(01-29-2016, 07:39 AM)josepostiga Wrote: Yes, it's possible. Check PHP's imap extension: http://php.net/manual/en/book.imap.php

Thanks josepostiga

can you provide a more information on it.

Like live example.

I don't have a live example. Try going through the imap functions and read the docs. I'm sure you'll be able to create what you want in no time! Start with this: http://php.net/manual/en/function.imap-open.php
Best regards,
José Postiga
Senior Backend Developer
Reply
#5

(01-29-2016, 09:02 AM)josepostiga Wrote:
(01-29-2016, 08:04 AM)Dolar Wrote:
(01-29-2016, 07:39 AM)josepostiga Wrote: Yes, it's possible. Check PHP's imap extension: http://php.net/manual/en/book.imap.php

Thanks josepostiga

can you provide a more information on it.

Like live example.

I don't have a live example. Try going through the imap functions and read the docs. I'm sure you'll be able to create what you want in no time! Start with this: http://php.net/manual/en/function.imap-open.php

Thanks Josepostinga

Actually i want to display my gmail/yahoo mailing list in my application.
From application user send , delete, retrieve his/her gmail , or yahoo mail.
Reply
#6

I gave you a point to the right direction. Try to do it yourself and if you get any doubts, post it here on the forum.
Best regards,
José Postiga
Senior Backend Developer
Reply
#7

(02-01-2016, 02:01 AM)josepostiga Wrote: I gave you a point to the right direction. Try to do it yourself and if you get any doubts, post it here on the forum.

I have our admin panel on our website where all the customer orders come and we correspond with our existing customers through the Gmail

I need out admin panel to be merged with gmail, 

this is because when we get email in Gmail and we need to respond to that customer , to find their details, I need to copy and paste their email address on Admin and then I will know about their order and then have to go back to Gmail, if there is a way to merge gmail and admin panel, we need to get some help from codeigniter. 
Reply
#8

Your best bet is probably to implement something using the GMail API.
Reply
#9

Thanks for your reply

I tried clicking on your link, it give an error
Reply




Theme © iAndrew 2016 - Forum software by © MyBB