Skip to main content

Email

URL Format

smtp://username:password@host:port/?from=fromAddress&to=recipient1[,recipient2,...]

FieldDescriptionScheme
fromAddress*

E-mail address that the mail are sent from

host*

SMTP server hostname or IP address

auth

SMTP authentication method. Defaults to Unknown

clientHost

The client host name sent to the SMTP server during HELLO phase. If set to "auto" it will use the OS hostname. Defaults to localhost

encryption

Encryption method. Defaults to Auto

fromName

Name of the sender

password

SMTP server password or hash (for OAuth2)

port

SMTP server port, common ones are 25, 465, 587 or 2525. Defaults to 25

subject

The subject of the sent mail. Defaults to Shoutrrr Notification

useHTML

Whether the message being sent is in HTML

username

SMTP server username

useStartTLS

Whether to use StartTLS encryption. Defaults to true