in reply to Email::Send::Sendmail and argument passing

You're quoting the docs for Email::Send::Sendmail's send, but you're using Email::Send's send.

Replies are listed 'Best First'.
Re^2: Email::Send::Sendmail and argument passing
by Anonymous Monk on May 29, 2009 at 23:53 UTC
    It shouldn't matter since Email::Send::Sendmail is run from Email::Send when mailer is 'Sendmail' .. I guess. Or am I missing something?
      Yes, anything showing extra parameters from one send gets passed to the other, or that the other is even called.