Hallo Stefan
Aber wo muß der Befehl rein?
open(MAIL,"|$mailprog -t") or error("Mailer kann nicht geöffnet werden: $!");
print MAIL "To: Bla@de.de\n";
print MAIL "From: Bla@de.de\n";
print MAIL "Subject: "Bla Bla\n";
print MAIL "X-Priority: 1 (Highest)\n\n";
print Mail " print MAIL "Content-Type: text/html; charset=iso-8859-1";
print MAIL "\n";
print MAIL "Text Text";
print MAIL "\n";
close(MAIL);
funktioniert nicht.
Gruß Ralf