Forum Moderators: coopster

Message Too Old, No Replies

Personal email accounts to my sites visitors

         

bobu

6:41 pm on Feb 18, 2004 (gmt 0)

10+ Year Member



I want to offer personal email accounts to my sites visitors.

Does anyone know any free php scrips I can use?

Sanenet

6:52 pm on Feb 18, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You'd be better off using a free service like everyone.net

webadept

8:13 am on Feb 19, 2004 (gmt 0)

10+ Year Member



I don't really agree with Sanenet, but you are going to need more than a PHP script to get ths going. You are going to need a PHP program, with a back end and MySQL at the very least, as well as a ISP which has the use of a good SendMail system, and will let you do this. If you have the ISP, MySQL, and the willingness to monitor this system....

[phpnuke.org...]

Glenn Hefley

bobu

10:09 am on Feb 19, 2004 (gmt 0)

10+ Year Member



Thank you for the reply.

I do not think everyone.net is the best solution. You have to pay 10$/month for 100 emails. I think I will have many accounts but not all will be used (some will use the email service once a month).

The host gives me unlimited email adreses and I have a forum (and the email sistem works great).

I did not undestant how phpnuke can help me. I already have my own content management sistem and I nead just the mailing program.

My site is a Romanian portal (there are few portals without mail). I want to show my visitors in their email account banners with the sites I promote.

Sanenet

11:29 am on Feb 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The main reason that I was promoting a service "like" everyone.net is because it's a lot easier than going through the rigamole of setting up your own service. (Beside which, they do have a free service, you just have to run ads on it).

If you have the facilities, time and effort to run your own webmail, and feel that this is the best solution, then I'd go with webadepts advice. Just don't fool yourself into thinking it's a 10 minute job, coz it aint :) (voice of -some- experience speaking there!)

The host gives me unlimited email adreses and I have a forum (and the email sistem works great).
Are they aliases or real POP3 email addresses?

bobu

12:23 pm on Feb 19, 2004 (gmt 0)

10+ Year Member



I saw the free everyone.net services but on their site they said is for North America audiance only (and I am from Europe so this service is not for me, the only alternative beeing the group email).

I think the adreses are POP3 (I can use them in my own account).

I wanted the email service as an extension of my portal I have the time to develop my own webmail but I do not have the time to monitor all the mesages (to delete spammers accounts).

Sanenet

6:58 pm on Feb 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Check to see whether your hoster has Imail (or similar) already up and running.

bobu

7:44 pm on Feb 19, 2004 (gmt 0)

10+ Year Member



My host offers: NeoMail, Horde and SquirrelMail but these are for my use only (I can not add banners).

Sanenet

9:48 am on Feb 20, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Quick 'n' easy - create a frameset, top frame has banners, links to rest of your portal, etc, bottom frame has email client.

webadept

10:10 am on Feb 20, 2004 (gmt 0)

10+ Year Member



This isn't something you can "feel your way through". There are too many places where you can really get yourself and your site in trouble. I've been thinking about my last reply to this thread since I wrote it, and now I'm leading toward the other direction. I'm thinking about all the risks from spammers mainly. If you don't setup this service right, you are going to be on every blacklist and junkmail list in existance, and no one is going to get your mail very soon. On top of that, your ISP is going to be rather upset with you.

Best advice I can think of is higher a programmer. A real one, who knows what she is doing and the risks envolved.

You say you have unlimited email addresses, well here is a very real senerio that brought a client of mine off the web for a month, because his ISP closed him down.

In 190 minutes, a Perl programer of any real skill, can write a script that will go to your site, fill out the form with the required information, get an email address and start sending out spam. If you put a limit on how many can be sent from one address a day, then the script simply setus up another account and carries on, until you or your ISP shut it down from that IP address, to which, it jumps IP's, sets up a new account and continues its spamming.

After a few days of this, the ISp simply takes you off line. The spammer doesn't care, he just moves on to the next open service like that and continues.

Even if you are charging for these accounts you aren't really safe, because many times, a spammer is willing to pay quite a bit to get the needed total out in a single night. So the script signs up and sends, filling out all of the forms needed. The card number will clear.. whether it is good or not is something to be seen later.

This is not far fetched at all, it has happened, and continues to happen. Just look at AOL for instance. Or MSN and Yahoo.

There are ways to keep this from happening, but you need a programmer, and a good one, not a quick fix, or a script you can add to your sight.

I know I'm sounding like I've got a split personality here, but since I put that post in there, this has been bothering me. So, there's my two bits and I can sleep again.

:-)

bobu

3:47 pm on Feb 20, 2004 (gmt 0)

10+ Year Member



Thank you webadept for that info.
I never looked at this situation in this way.
You made me realize that free mail is not the solution for me. Any way there are plenty of ways to attract visitors, I will try developing them.

Sanenet

6:29 pm on Feb 20, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Good point webadept!