Try changing smtp port to 25
There's something going on with EHLO...it's probably starttls' fault.
This commit is contained in:
parent
4a1fbe0b8b
commit
bb5ef07f0f
|
@ -59,7 +59,7 @@ in {
|
||||||
};
|
};
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
type = port;
|
type = port;
|
||||||
default = 587;
|
default = 25;
|
||||||
};
|
};
|
||||||
user = mkOption {
|
user = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
|
|
Loading…
Reference in New Issue