Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Mail::Sendmail Module

by toolic (Bishop)
on Feb 26, 2018 at 19:07 UTC ( [id://1209992]=note: print w/replies, xml ) Need Help??


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}.

Replies are listed 'Best First'.
Re^3: Mail::Sendmail Module
by hippo (Bishop) on Feb 26, 2018 at 22:16 UTC

    Well it turns out that you are quite right. There has been a new release of Mail::Sendmail which adds "auth" as a field and is the first stable release in some 15 years (v0.80 has the auth field, v0.79 doesn't). That will teach me to assume it was abandoned.

    The comment in the docs now says "Experimental SMTP AUTH support (LOGIN PLAIN CRAM-MD5 DIGEST-MD5)", so that's the progress. Thanks for the heads-up.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1209992]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-18 02:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found