File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
39
39
[ 2022.10.25; Maikuolan] : Hardened some configuration constraints.
40
40
41
41
[ 2022.11.20; Maikuolan] : Avoid packaging unnecessary files into dist.
42
+
43
+ ### v3.1.7
44
+
45
+ [ 2022.11.30; Maikuolan] : Adjusted minimum value for some port directives from 1 to 0.
Original file line number Diff line number Diff line change 7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
- # This file: Configuration defaults file (last modified: 2022.10.25 ).
10
+ # This file: Configuration defaults file (last modified: 2022.11.30 ).
11
11
# #/
12
12
13
13
phpmailer :
@@ -29,7 +29,7 @@ phpmailer:
29
29
port :
30
30
type : " int"
31
31
default : 587
32
- min : 1
32
+ min : 0
33
33
max : 65535
34
34
smtp_secure :
35
35
type : " string"
You can’t perform that action at this time.
0 commit comments