[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] (Q) FormMail.pl trouble on Raq3



I am posting from Japan. Forgive me not correct English.

I have installed FormMail.pl in my Raq3 it works but I cannot recieve mail
from it. I have checked FAQ, and set $mailprog right way.

I can use sendmail commnd from promt and it works fine.

#!/usr/bin/perl
######################################################
# FormMail                        Version 1.6                                #

# $mailprog defines the location of your sendmail program on your unix       #
# system.                                                                    #

$mailprog = '/usr/sbin/sendmail';