Skip to content

SMTP

APIO core engine can use an SMTP server to send emails either from workflows or from internal processes (e.g. Two-Factor Authentication, reset password, etc...).

SMTP

AttributeDescription
FromThe email address used as the sender of the emails.
HostThe SMTP server host.
PortThe SMTP server port.
UsernameThe SMTP server username.
PasswordThe SMTP server password.
SSLWhether the SMTP server requires TLS.