email - send via SMTP

Warning

Do not commit your credentials to a public repo!

host
Type:

string

Required:

true

the email server to connect to

port
Type:

integer

Required:

false

Default:

25

the port to connect on

from
Type:

string

Required:

true

the email address to give as the sender. You can use user@example.com or Some name <user@example.com> formats.

to
Type:

string

Required:

true

the email address to send to. You can specify multiple addresses by separating with ;.

cc
Type:

string

Required:

false

the email address to cc to. You can specify multiple addresses by separating with ;.

username
Type:

string

Required:

false

the username to log in to the SMTP server with

password
Type:

string

Required:

false

the password to log in to the SMTP server with

ssl
Type:

string

Required:

false

specify starttls` to use StartTLS. Specify ``yes to use SMTP SSL. Otherwise, no SSL is used at all.