-
Notifications
You must be signed in to change notification settings - Fork 940
config properties email_delivery properties smtp
GitHub Action edited this page Dec 16, 2024
·
8 revisions
v1.3.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