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

RE: [cobalt-users] Sendmail Issue with Form-to-Email Scripts



> $SMTP_SERVER="localhost";
> 
> Which -works-
> 
> --OR-- You can all the script using:
> 
> $SEND_MAIL="/usr/sbin/sendmail -t";
> 
> Which doesn't work..
> 

Have you tried w/o -t?