- or download this
Net::SMTP=GLOB(0x3d1148)>>> DATA
Net::SMTP=GLOB(0x3d1148)<<< 354 Start mail input; end with <CRLF>.<CRL
+F>
Net::SMTP=GLOB(0x3d1148)>>> From: root@domain.dom
Net::SMTP=GLOB(0x3d1148)>>> To: user@domain.dom
- or download this
$smtp->datasend("From: $sender");
$smtp->datasend("To: $recipient");
- or download this
$smtp->datasend("From: $sender\n");
$smtp->datasend("To: $recipient\n");