-
Notifications
You must be signed in to change notification settings - Fork 899
config properties smtp
GitHub Action edited this page Nov 7, 2024
·
6 revisions
v1.2.1
object
(smtp)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
host | string |
Optional | cannot be null | Config |
port | string |
Optional | cannot be null | Config |
user | string |
Optional | cannot be null | Config |
password | string |
Optional | cannot be null | Config |
host
-
is optional
-
cannot be null
string
The default value is:
"localhost"
port
-
is optional
-
cannot be null
string
The default value is:
"465"
user
-
is optional
-
cannot be null
string
password
-
is optional
-
cannot be null
string