On Tue, Dec 20, 2011 at 03:10:31PM -0500, [email protected] wrote: > echo "To: user > > > help > " | sendmail -t
If you're gonna send automated email, you should specify the from address as well echo "To: user From: [email protected] Subject: testy mctesty bleh" | /usr/sbin/sendmail -t Never leave to chance what should be specified. -- rgds Stephen _______________________________________________ CentOS mailing list [email protected] http://lists.centos.org/mailman/listinfo/centos

