Hello once more :-), why does the CC-line not send any mail? The To-Line is well. And the CC-Line appears in the first mail. But there will not send any mail to the cc-address.
What is there wrong? open ( MAIL , "|$mailprog -t") || die "Kann $mailprog nicht öffnen!\n"; print MAIL "To: [EMAIL PROTECTED]"; # Dummy-Empfänger print MAIL "Cc: $zieladressen\n"; print MAIL "Subject: $thema-Anfrage\n"; print MAIL "From: $email\n"; print MAIL "Reply-to: $email\n"; print MAIL "Textline1\n\n"; print MAIL "Textline2\n\n"; -- Mit freundlichen Grüssen Reinhold -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>