Welcome Guest, Not a member yet? Register   Sign In
displaying e-mails
#1

Hello
Could someone help me ,or just tell me where i could find some informations to display emails in my dashboard.
Thanks
David
Reply
#2

Hi, you can use imap for download emails in to db. And display in to dashboard.
Reply
#3

(09-28-2019, 02:29 PM)davidevillers Wrote: Hello
Could someone help me ,or just tell me where i could find some informations to display emails in my dashboard.
Thanks
David

You can do this in the same way as in the case of news from the documentation, all you need is to store each mail in the database. Example:
For a unique id, you can take the email address itself,
which will be sampled from the database, and for the title, you can take the very subject of the letter, in the text column, you can store the message itself.
I would change this world, but God doesn't give me the source.
Reply
#4

This is what I believe you are looking for.

PHP IMAP
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#5

(09-29-2019, 07:55 AM)Digital_Wolf Wrote:
(09-28-2019, 02:29 PM)davidevillers Wrote: Hello
Could someone help me ,or just tell me where i could find some informations to display emails in my dashboard.
Thanks
David

You can do this in the same way as in the case of news from the documentation, all you need is to store each mail in the database. Example:
For a unique id, you can take the email address itself,
which will be sampled from the database, and for the title, you can take the very subject of the letter, in the text column, you can store the message itself.
Thanks for the useful information.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB