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
3939[ 2022.10.25; Maikuolan] : Hardened some configuration constraints.
4040
4141[ 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 77# License: GNU/GPLv2
88# @see LICENSE.txt
99#
10- # This file: Configuration defaults file (last modified: 2022.10.25 ).
10+ # This file: Configuration defaults file (last modified: 2022.11.30 ).
1111# #/
1212
1313phpmailer :
@@ -29,7 +29,7 @@ phpmailer:
2929 port :
3030 type : " int"
3131 default : 587
32- min : 1
32+ min : 0
3333 max : 65535
3434 smtp_secure :
3535 type : " string"
You can’t perform that action at this time.
0 commit comments