Skip to content

config properties smtp

GitHub Action edited this page Oct 15, 2024 · 4 revisions

Version

v1.1.0

smtp Type

object (smtp)

smtp Properties

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

host

  • is optional

  • cannot be null

host Type

string

host Default Value

The default value is:

"localhost"

port

port

  • is optional

  • cannot be null

port Type

string

port Default Value

The default value is:

"465"

user

user

  • is optional

  • cannot be null

user Type

string

password

password

  • is optional

  • cannot be null

password Type

string

Clone this wiki locally