E-mail 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
bajaber
Forum Newbie
Posts: 6
Joined: Thu Apr 15, 2004 1:11 pm

E-mail PHP

Post 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
steve2004
Forum Newbie
Posts: 14
Joined: Fri Apr 16, 2004 1:18 pm

Post by steve2004 »

Give people a free e-mail account?
ie theirname@yourdomain.com
[n00b]
Forum Commoner
Posts: 34
Joined: Sat Mar 20, 2004 7:06 pm

Post 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
k_a_a
Forum Newbie
Posts: 9
Joined: Tue Jan 06, 2004 8:31 pm

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