- or download this
MIME::Lite->send('sendmail', '/usr/lib/sendmail -t ');
$rez = $msg->send();
- or download this
$rez = $msg->send_by_sendmail('/usr/lib/sendmail -t -oem -r email.
+where.to.bounce@somewhere.com');
- or download this
$rez = $msg->send_by_sendmail('/usr/lib/sendmail -t -oem -r \'emai
+l.where.to.bounce@somewhere.com\'');