Skip to content

SMTP Email

StableConnected tier

Generic SMTP connector for sending email notifications and delivering documents (PDFs, reports) from workflow pipelines. Compatible with Gmail, Outlook, SendGrid SMTP relay, and any standard SMTP server.

Authentication: Username and password (TLS/STARTTLS)
Connection type: SMTP


Resource EXECUTE
email

EXECUTE with action SEND delivers an email. Supports MIME multipart messages and attachments.


Required values:

  • Host - SMTP server hostname
  • Port - typically 587 (STARTTLS) or 465 (TLS)
  • Username
  • Password
  • Use TLS - enable for port 587

Access type: Write-only (outbound delivery)

Demiton sends email via SMTP. It does not read email, access mailboxes, or retrieve any data from the mail server.

Permissions required: SMTP credentials for an account authorised to send on behalf of your organisation. Use a dedicated service account - not a personal email account.

Use app passwords or OAuth-based SMTP authentication where supported by your mail provider. Rotate credentials regularly.