Fix handling of ignoreUnauthorized option.
This commit is contained in:
parent
e02b8522d6
commit
48a0623ded
@ -107,10 +107,10 @@ class TransportEmailPlugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
configure ({
|
configure ({
|
||||||
ignoreUnauthorized,
|
|
||||||
transport: {
|
transport: {
|
||||||
user,
|
ignoreUnauthorized,
|
||||||
password,
|
password,
|
||||||
|
user,
|
||||||
...transportConf
|
...transportConf
|
||||||
},
|
},
|
||||||
...conf
|
...conf
|
||||||
|
Loading…
Reference in New Issue
Block a user