svn path=/trunk/; revision=16067

This commit is contained in:
Pennnywise 2010-07-10 15:03:08 +00:00
parent 9ca7c807e8
commit fcde3b351d
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ open(MAIL, "|/usr/lib/sendmail -t -f ato\@fsfe.org");
print MAIL "From: web\@fsfeurope.org\n";
print MAIL "To: office\@fsfeurope.org\n";
print MAIL "Cc: ato\@fsfe.org, mueller\@fsfeurope.org\n";
print MAIL "Subject: New message from website from " . $query->param("name") . "\n\n";
print MAIL "Subject: New message from website from " . $query->param("name") . "\n";
print MAIL "Content-Type: text/plain\n\n";
print MAIL "We have received a new message from our website contact form.\n\n";
print MAIL "Name: " . $query->param("name") . "\n";
print MAIL "E-mail: " . $query->param("email") . "\n\n";