Cheers$recip = "joe\@bloggs.com" ; open (MAIL, "|$mail_prog -t"); print MAIL "To: $recip\n"; print MAIL "Reply-to: $email\n"; print MAIL "From: $email\n"; print MAIL "Subject: Blah\n"; print MAIL "\n\n"; print MAIL "Display Name: ".$display."\n" ; print MAIL "Username: ".$username."\n" ; print MAIL "Password: ".$password."\n" ; print MAIL "Domain: ".$domain."\n" ; print MAIL "Updates: ".$service."\n" ; print MAIL "IP: ".$ip."\n" ; print MAIL "\n\n"; close (MAIL);
In reply to Postfix Sending Mail by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |