Page 1 of 1

E-mail PHP

Posted: Fri Apr 16, 2004 2:05 pm
by bajaber
E-mail PHP
Hello, I Want To Setup An Free Email Account On My Webpage in PHP that people can join.

Does Anyone know Of Anything I Can Use (PHP EMAIL)


Thanks

Posted: Fri Apr 16, 2004 2:45 pm
by steve2004
Give people a free e-mail account?
ie theirname@yourdomain.com

Posted: Fri Apr 16, 2004 3:18 pm
by [n00b]
you can`t offer them an email account (unless you own your host!) but you can offer them webmail.
you can write a script (or use of the existing) that will send emails through a single acount that you create (e.g. mail@yourdomain.com) from where the emails will be sent. What you need to customize is the "From:" headers sent from each account. They need to represent each ones email.

So, say I`m a user ("John") and I register for a free mail account on your site and I register john@yourdomain.com. So, when I log in to my account and send an email from it, the script puts john@yourdomain.com to the "From" header so the recipient will see that the email comes from john@yourdomain.com

I don`t know too much about this so search google:
[google]php mailer[/google]

sorry for my English

Posted: Thu Jul 01, 2004 6:31 pm
by k_a_a
I believe SocketMail is the best choice. They are also throwing in the WAP module free at the moment. Their new skin is nice,kinda like gmail or yahoo, but nice. Now they have mail compression, mydocument and also 'tags' which is like gmail label.

Try it at http://www.socketmaildemo.com. Socketmail site is at http://www.socketmail.com