On Thu, 5 May 2011, Jakub Narebski wrote: > ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ$smtp->to( @recipients ) or die $smtp->message; > +ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ$smtp->to( @recipients_extra, { Notify => ['NEVER'], SkipBad => 1 }); ^^^^^^^^^^^^^^^^^^^^ Note: contrary to what I thought this doesn't mean to not send any notification request, but to send DSN (Delivery Status Notification) request of 'NEVER'. For example when using smtp.gmail.com gives: Net::SMTP::recipient: DSN option not supported by host at ./git-send-email line 1140 So the underlined part has to be removed. -- Jakub Narebski Poland -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html