Re: [nyphp-talk] Online POP3 and SMTP account creation using PHP

2007-07-14 Thread Tim Lieberman
Wow, everyone's beat you up a bit. I'm not about to do your homework for you, but here's the way you should be thinking: 1) What POP3 server will you be using? 2) Can you be sure that the POP3 server will run on the same box as the web server? 3) How does that server store user information? in

Re: [nyphp-talk] Online POP3 and SMTP account creation using PHP

2007-07-14 Thread Rolan Yang
Shadab Wadiwala wrote: Hello friends, I m working on a minor project using PHP/MySQL in my college. I have been assigned a tough task to do. The project is a web-based email service on the lines of Yahoo Mail and Gmail. Actually I need to create an online POP3 account and an SMTP account of

RE: [nyphp-talk] Online POP3 and SMTP account creation using PHP

2007-07-14 Thread pyurt
Yes I agree. In my many years of experience specifying the design is often the biggest part of the project. In commercial projects the team can get in the way of the goal with things like feature creep and simple ignorance. I suggest that you do a lot of reading or searching&reading and then ask

Re: [nyphp-talk] Online POP3 and SMTP account creation using PHP

2007-07-14 Thread Ben Sgro \(ProjectSkyLine\)
For real, Please put some work in on your end before comming and asking for our help. By the way, your welcome for fixing your phpmailer issues. I'd be glad to help you out, but as David stated, please present a bit more detail or (even better) a full blown spec. - Ben Ben Sgro, Chief Engin

Re: [nyphp-talk] Online POP3 and SMTP account creation using PHP

2007-07-14 Thread David Krings
Shadab Wadiwala wrote: Hi all, Well , I suppose the people on the community are still not clear with my question. So let me make it clear I mean if somebody registers with my email service. then his/her POP3 and SMTP accounts should be created automatically in the email server

Re: [nyphp-talk] Online POP3 and SMTP account creation using PHP

2007-07-14 Thread Shadab Wadiwala
Hi all, Well , I suppose the people on the community are still not clear with my question. So let me make it clear I mean if somebody registers with my email service. then his/her POP3 and SMTP accounts should be created automatically in the email server . like as they r creat

Re: [nyphp-talk] Online POP3 and SMTP account creation using PHP

2007-07-14 Thread Max Gribov
Shadab Wadiwala wrote: Hello friends, I m working on a minor project using PHP/MySQL in my college. I have been assigned a tough task to do. The project is a web-based email service on the lines of Yahoo Mail and Gmail. Actually I need to create an online POP3 account and an SMTP account of

Re: [nyphp-talk] Online POP3 and SMTP account creation using PHP

2007-07-14 Thread David Krings
Shadab Wadiwala wrote: Hello friends, I m working on a minor project using PHP/MySQL in my college. I have been assigned a tough task to do. The project is a web-based email service on the lines of Yahoo Mail and Gmail. Actually I need to create an online POP3 account and an SMTP account of

RE: [nyphp-talk] Online POP3 and SMTP account creation using PHP

2007-07-14 Thread pyurt
Did you mean "minor" project or a "miner" project? "There's gold in them thar hills!" Paul The most accurate credible, & timely website directory on the web: mastermoz.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shadab Wadiw

Re: [nyphp-talk] Online POP3 and SMTP account creation using PHP

2007-07-14 Thread Rolan Yang
Shadab Wadiwala wrote: Hello friends, I m working on a minor project using PHP/MySQL in my college. I have been assigned a tough task to do. The project is a web-based email service on the lines of Yahoo Mail and Gmail. Actually I need to create an online POP3 account and an SMTP account o

[nyphp-talk] Online POP3 and SMTP account creation using PHP

2007-07-14 Thread Shadab Wadiwala
Hello friends, I m working on a minor project using PHP/MySQL in my college. I have been assigned a tough task to do. The project is a web-based email service on the lines of Yahoo Mail and Gmail. Actually I need to create an online POP3 account and an SMTP account of an end-user in the em