More information about the Underscore mailing list

[_] pop3/php/perl

Derek Almond home at derekalmond.com
Sat Apr 7 23:09:19 BST 2007

> I need to write a PHP or Perl script which accesses a POP3 mailbox,
> does some stuff and then forwards on certain mails. I have no
> access to configure the mail server so this remote sript is my
> preferred option.


I do something very similar,

For collecting.
http://pear.php.net/package/Net_POP3

for sending

http://phpmailer.sourceforge.net/