How to bring mailing concept using PHP?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
navindhar
Forum Newbie
Posts: 6
Joined: Fri Sep 14, 2007 10:59 am

How to bring mailing concept using PHP?

Post 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.
fly135
Forum Newbie
Posts: 3
Joined: Sat Sep 15, 2007 10:32 pm

Post by fly135 »

i have send some mail with "mailer".it's maybe ok
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post 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?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
navindhar
Forum Newbie
Posts: 6
Joined: Fri Sep 14, 2007 10:59 am

Hi...

Post 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.
Begby
Forum Regular
Posts: 575
Joined: Wed Dec 13, 2006 10:28 am

Post 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).
Post Reply