Line 99:
Line 99:
open(MAIL, "| /bin/mailx -s test user\@localhost ") || die "mailx failed: $!\n";
open(MAIL, "| /bin/mailx -s test user\@localhost ") || die "mailx failed: $!\n";
print MAIL "This is a test message";
print MAIL "This is a test message";
+
[[Category:Developer]]