Web Hosting Talk







View Full Version : I'm looking for a cgi script that does the following:


chuckt101
07-11-2001, 11:58 AM
I'm looking for a script that will log into multiple popmail accounts and allow me to keep each account separate. I would like to be able to log into each and check for new email with a single click AND be able to reply to emails sent to that specific account with that specific account's info (like name, reply addy, sig file, etc.). For example, if I have one@mail.com and two@mail.com and three@mail.com, I would like to be able to log into pop3.mail.com with those 3 usernames and retrieve the mail for those 3 accounts. I would then like to be able to reply to , say, mail sent to one@mail.com and when I do that the reply info will be Mr. One, one@mail.com, ... Likewise, when I reply to email sent to two@mail.com, the reply info will be Mr. Two, two@mail.com, etc..

Can you point me to a script that you know will provide those features? I would REALLY appreciate it. THanks.
:) :cool: :rolleyes: :mad: :eek: :confused: :bawling: :angry: :blush: :cartman:

chuckt101
07-11-2001, 12:03 PM
the reason I'm NOT using OE or Eudora, etc. is because I work at 4-5 different computers and I don't want all of my emails scattered on 4-5 harddrives. WebBased mail is definitely preferred. :)

cactus
07-11-2001, 12:12 PM
You could use Phoenix Mail which allows you to set up as many accounts on a single mail program.

The url to download:

http://fox.hispeed.com/phoenix/us_home.shtml

There is also a forum where you can check the lastest developments and problems:

http://groups.yahoo.com/group/phoenix-dev-mail

chuckt101
07-11-2001, 12:14 PM
Phoenix mail is not web based :(

Lacey
07-11-2001, 12:19 PM
it seems like thats a tall order this isnt what you want but its close

http://www.mail2web.com/

ksstudio
07-11-2001, 12:19 PM
You may try this: http://www.mail2web.com

although it is not exactly what you want but it is cool ...

;)

chuckt101
07-11-2001, 12:31 PM
thanks for the reply, but i need something muuuuuuuuuuuuuuuuuuuuuuuuuuuuch better :D

tcmonica
07-11-2001, 01:16 PM
You can use an online service like http://www.mail2web.com

or you can find a script and set one up at your own site. Try searching http://www.thecgisite.com I am sure they have it.

Honu
07-11-2001, 01:45 PM
Aloha

not sure if this will do ya
http://www.horde.org/imp/

The Prohacker
07-11-2001, 01:58 PM
Popper (http://www.ractive.ch/popper/index.php)

Can handle mutliple email accounts, and looks alot like OE....

chuckt101
07-11-2001, 02:02 PM
Originally posted by The Prohacker
Popper (http://www.ractive.ch/popper/index.php)

Can handle mutliple email accounts, and looks alot like OE....

This one looks good Prohacker.. I'm going to try it out.

Thanks to all who replied.

chuckt101
07-11-2001, 02:29 PM
man. this script is great :) *almost* everything I needed (doesnt have ability for multiple signatures, but I can live with it!!)

highly recommended!! (after 5 minutes of trying it out :D )

Install is a breeze!

:cool:

Brad
07-12-2001, 02:12 AM
My vote is for POCO mail. I have never seen a mailer with as many features as it has! It's even got a scripting language that will blow your mind, can do anything with it ..

I won't go on and list all their features, just look at it and you will see what I mean . It has won lots of shareware awards including the ZDNet Shareware of the YEAR Award for 2000!

http://www.pocomail.com

I just noticed you were looking for something to use from your browser, ahh well .. Look at it anyways, we use if for lot's of business stuff and it does wonderful.

:D

NewonNet
07-15-2001, 01:29 AM
I tried installing popper.

When I access the mai php, I get this error.
Its said to set allow_call_time_pass_referecne to true in INI file. What INI file is this?

Anyone know how to fix this?

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/sites/home/web/mail/class.pop3.inc.php on line 100


Anyhelp is appreciated

bombino
07-15-2001, 02:14 AM
Originally posted by NewonNet

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/sites/home/web/mail/class.pop3.inc.php on line 100


I would assume that it is referring to the PHP master configuration file (PHP.ini). Only your system admin can modify that for you. There is a good chance that they will be more than willing to set that for you if you ask.

Hope that helps!