http://www.perlmonks.org?node_id=1209992


in reply to Re: Mail::Sendmail Module
in thread Mail::Sendmail Module

This will have no effect. There is no "Auth" key mentioned anywhere in the documentation
Are you sure? The POD does not explicitly show $mail{Auth}, but it states:
Keys are NOT case-sensitive.

I see this in the sendmail code:

# arrange keys case $k = ucfirst lc($k);

I have a feeling that $mail{Auth} is the same as $mail{auth}.