Skip to main content

Email (SMTP) Settings

If you want to use the Send Email action node in your flows, you need to configure an SMTP server here. This lets ReplyWolf send emails as part of your automation workflows — for example, forwarding important customer messages to your inbox or sending notifications to your team.

Configuration Fields

FieldDescription
SMTP HostThe address of your email server
PortThe port number (usually 587 for TLS)
UsernameYour email account username (usually your email address)
PasswordYour email account password or app-specific password
From AddressThe email address that appears in the "From" field

Screenshot placeholder

Common Setups

Gmail

FieldValue
SMTP Hostsmtp.gmail.com
Port587
UsernameYour Gmail address
PasswordYour App Password (not your regular Gmail password)
From AddressYour Gmail address

Important: Gmail requires an App Password instead of your regular password. To create one, go to your Google Account settings, navigate to Security, and generate an App Password under "2-Step Verification." Your normal Gmail password will not work.

Outlook / Office 365

FieldValue
SMTP Hostsmtp.office365.com
Port587
UsernameYour Outlook email address
PasswordYour Outlook password
From AddressYour Outlook email address

Custom SMTP Server

Use whatever host, port, username, and password your email provider gives you. Check your provider's documentation for the correct SMTP settings.

Testing Your Setup

The best way to verify your email settings work:

  1. Create a simple flow with any trigger.
  2. Add a Send Email node.
  3. Set the recipient to your own email address.
  4. Activate the flow and trigger it.
  5. Check your inbox for the test email.

If the email doesn't arrive, check the flow's execution logs for error messages — they'll usually tell you exactly what went wrong (wrong password, connection refused, etc.).