Skip to main content

SMTP

Send an email via SMTP server. SMTP node in ActionFlows. Inputs, outputs, and how to use it.

SMTP

Overview

Send an email via SMTP server.

Requirements

Credential Required

This node likely requires an integration credential. Add the related API key/secret from Integrations before execution.

Inputs

Standard Inputs

  • BCCtext · optional

    Hidden recipients to copy on the email

    Required
    No
    Multiple
    No
  • Bodytextarea · required

    Email body content (supports HTML)

    Required
    Yes
    Multiple
    No
  • CCtext · optional

    Additional recipients to copy on the email

    Required
    No
    Multiple
    No
  • From Addresstext · required

    The email address that will appear as the sender

    Required
    Yes
    Multiple
    No
  • Subjecttext · required

    Subject line for the email

    Required
    Yes
    Multiple
    No
  • Recipient Emailtext · required

    Email address where the message will be sent

    Required
    Yes
    Multiple
    No

Outputs

  • Message IDtext

    Unique identifier of the sent email

  • Successboolean

    Success state of the email sending operation