At 26.04.2001 16:20, you wrote:
>I was wondering if anyone had any ideas on how I can setup a email system ,
>internal using php and mysql only .. No Imap Server, or POP. Can someone
>please guide me in the right direction ,, this is email sysetm would be only
>for registered members. I am setting up a dating site.. Any help would be
>appreciated
>
>Thank You

Store the email in some form of storage (database would be preferable) and then
use queries to fetch the mail.

To send mail just insert an entry into the table holding the mail.



-- 
andreas landmark / noXtension
[EMAIL PROTECTED]
We are Pentium of Borg.  Division is futile.  You will be approximated.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to