Fix handling of ignoreUnauthorized option.

This commit is contained in:
Julien Fontanet 2016-03-16 14:03:01 +01:00
parent e02b8522d6
commit 48a0623ded

View File

@ -107,10 +107,10 @@ class TransportEmailPlugin {
} }
configure ({ configure ({
ignoreUnauthorized,
transport: { transport: {
user, ignoreUnauthorized,
password, password,
user,
...transportConf ...transportConf
}, },
...conf ...conf