Page 1 of 1
How to bring mailing concept using PHP?
Posted: Sat Sep 15, 2007 11:16 pm
by navindhar
Hi ,
I need to bring mailing concept into my PHP project. Mail composing, I
already did it in my previous project using MIME mail concept.
I am not having any idea about how to bring inbox and sent mail items.
Help me out. Thanks in advance.
Posted: Sat Sep 15, 2007 11:45 pm
by fly135
i have send some mail with "mailer".it's maybe ok
Posted: Sun Sep 16, 2007 12:41 am
by s.dot
Are you talking about mail like the private messages on these forums? Or gathering/showing real email messages via a web interface? Or, are you talking about sending email through php?
Hi...
Posted: Mon Sep 17, 2007 7:11 am
by navindhar
scottayy wrote:Are you talking about mail like the private messages on these forums? Or gathering/showing real email messages via a web interface? Or, are you talking about sending email through php?
I want to bring mail inbox, sent items, composing like real email messages via a web interface. Do you have
any idea? If so, tell me how to do that one. Thanks in advance.
Posted: Mon Sep 17, 2007 7:33 am
by Begby
This is a big question. I would start by reading up on the mail and imap functions in php, then look at the source code for squirrel mail which is a php based web client. (although its a little dated).