Please do a search on the archives of this list from the past couple weeks
having to do with mail and you'll see many good, verbose suggestions on
some good alternatives
At 04:49 PM 9/13/2001 +0100, Andrew Cocks wrote:
>my sendmail.pm file (stored in the SYS\Perl\lib\Mail directory) has the
>f
my sendmail.pm file (stored in the SYS\Perl\lib\Mail directory) has the following line:
$default_smtp_server = '192.9.200.222';
my formmail.pl file refers to the sendmail file with the following line:
$mailprog = '/perl/lib/Mail';
Can anyone see anything wrong with these lines of code?
Is it