> Do you have any suggestion on WebMail clients written in PHP that is good
> and easy to install?
do a search in http://freshmeat.net
--
.~. Might, Courage, Vision, SINCERITY. http://www.linux-sxs.org
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Ubuntu 6.06)
Thnx - could you please guide me to an example, all I can find use the
imap_open() like:
$mbox = imap_open ("{localhost/pop3:110}INBOX", "user_id", "password");
But my ISP does not support these imap functions.
[EMAIL PROTECTED] said:
> Hi,
>
> There are many webmails that don't use imap
Hi,
There are many webmails that don't use imap but just POP3. You should check
at them.
--
Merci de nous avoir choisi. - Thanks you for your choice.
Nicos - CHAILLAN Nicolas
[EMAIL PROTECTED]
[EMAIL PROTECTED]
www.GroupAKT.com - Hébergement Group.
www.WorldAKT.com - Hébergement de sites Interne
It's really quite simple. Here's a quick script that will dump all
variables sent in a form to an email address:
$email = '[EMAIL PROTECTED]';
$subject = 'Form Posted on ' . date('r');
$from = '"Your Website" <[EMAIL PROTECTED]>';
$message = '';
// PHP up to 4.0.6
foreach ($HTTP_POST_VARS as $ke
You might want to take a look at Netmania. (http://www.netmania.org)
Caveats: I helped install Netmania at a former employer back in February
2001, and with the then-current distribution we had all kinds of trouble
setting it up until we realized that it depended on having *all* error
handling t
Hi,
Thanks. I found it and installed it. Maybe I need to hack around it to
add more functions such as address book and attachement like squirrelmail.
Adrian
On Mon, 9 Jul 2001, Bleue wrote:
> There is a really good simple pop email client called rymo. Im not sure
> where I found it, but it s
6 matches
Mail list logo