simple internal mailing system

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
zuidberg
Forum Newbie
Posts: 2
Joined: Tue Sep 03, 2002 9:20 am

simple internal mailing system

Post by zuidberg »

hi!
I am currently working on a concept for a community-site, based on PHP. This site should have a SIMPLE internal mailing system (based on PHP), where community-members can e-mail each other, but cannot be reached from outside the community. The problem is, that projects like IMP or SquirrelMail are too complex and have too many features for my purpose. I only need In- and Outbox, as well a simple adress-book. No more. Should I write a program on my own rather than adapting an existing one?
Thank you!

greetings,
zuidberg
User avatar
skehoe
Forum Commoner
Posts: 59
Joined: Sun Dec 22, 2002 5:57 am
Location: Denver

Post by skehoe »

Hi,

I don't know of any basic mailing systems like you are describing. You may check to see if you can yank the private messaging code out of PHPnuke for this... It sounds about the same and should be pretty simple to modify for use independent of the rest of the package.

If that fails, it would be pretty simple to write one.

~Scott
Post Reply