I am trying to send a mail using sendmail how can i specify charset in header?
Thanksopen(MAIL, "|/usr/sbin/sendmail -t"); ## Mail Header print MAIL "To: $from\n"; print MAIL "From: $from\n"; print MAIL "Subject: $subject\n\n"; ## Mail Body print MAIL "This is a test mail"; close(MAIL);
In reply to Send mail help by paramjit
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |