On Apr 23, 2012, at 5:06 PM, sono...@fannullone.us 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: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/