On Apr 23, 2012, at 5:06 PM, [email protected] wrote: > I'm trying to set the Return-Path in emails that I send out, but I'm not > having any luck.
Apparently the culprit is sendmail, which is the default for
Mime::Lite. If I use SMTP instead, I'm able to alter the Return-Path.
$msg->send('smtp','mail.server.com'); does the trick.
Marc
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
