Hello I don't quite understand the interaction between Perl and sendmail.
If I send an email like this: open(MAIL,"|$mailprog -t -oi") or die "mail can't open "; print MAIL "To: $recipient\n"; .... other headers and body close(MAIL); will Perl have to wait for sendmail (the mail program) to return a value after open() ? Are there any other delays here? with thanks Kropotkin -- View this message in context: http://www.nabble.com/Sneding-mail-from-Perl-tp25342957p25342957.html Sent from the mod_perl - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org For additional commands, e-mail: dev-h...@perl.apache.org