Sending email in Perl
Internet mail headers
The email header is a code snippet in an HTML email, that contains information about the sender, recipient, emailâs route to get to the inbox and various authentication details. The email header always precedes the email body.
To: The email address of the recipient
From: The email address of the sender
Reply-To: The email address that you would like replies to go to
Cc: The email addresses of any other recipients(carbon copy)
Bcc: Email addresses for recipients that you would like copies
sent to, without having them listed in the message headers
(blind carbon copy)
Subject: The subject of the message
X-anything: Optional headers that you define yourself