Add AuthenSASL to perl deps; improve email docs

The addition of AuthenSASL seems to be necessary to properly
authenticate against an SMTP server. Without this I got errors
such as

    error with Hydra::Plugin::EmailNotification=HASH(0x6ad0128)->buildFinished: SMTP auth requires MIME::Base64 and Authen::SASL
This commit is contained in:
Maximilian Bosch
2021-04-24 22:41:04 +02:00
parent 85e299d3d7
commit 963085a04a
2 changed files with 40 additions and 0 deletions

View File

@ -290,6 +290,7 @@
name = "hydra-perl-deps";
paths = with perlPackages; lib.closePropagation
[ ModulePluggable
AuthenSASL
CatalystActionREST
CatalystAuthenticationStoreDBIxClass
CatalystAuthenticationStoreLDAP