Skip to main content

SMTP Service

Overview

The SMTP Service connects B2Win Suite to an SMTP mail server. It stores the host, port, TLS/SSL settings, authentication settings, and sender identity used by SMTP email nodes.

Purpose

Use this service when workflows need to send email through a standard SMTP server instead of a cloud API such as Gmail or Outlook.

Configure in B2Win Suite

Go to Configurations > Services and open SMTP Service. Create a new configuration or edit an existing one.

FieldRequiredDefaultDescription
Use the settings from Settings -> Global SMTPNofalseUses the global SMTP settings instead of the fields in this service configuration. When enabled, the service form hides and disables the server-specific fields.
HostYesNoneSMTP server hostname or IP address.
PortYes465SMTP server port.
SSL ConnectionNotrueEnables SSL for the SMTP connection.
Start TLSNotrueEnables StartTLS.
AuthenticationNotrueEnables username and password authentication.
EmailNoNoneLogin email or username. Hidden when Authentication is disabled or global settings are used.
Password/App PasswordNoNonePassword or app password for the login account. Hidden when Authentication is disabled or global settings are used.
Sender FullNameNoNoneDisplay name used as the sender name.
Sender EmailNoNoneEmail address used as the sender address.

Click Test Connection to verify the SMTP settings, then Save the configuration.

For administrator override settings, see Services Configuration. For user-specific settings, see My Services.

Usage

Once configured, this service can be selected in:

  • Send Email (SMTP) - send workflow emails with dynamic recipients, body content, priority, and attachments.

Example

Common SMTP settings for workflow notification accounts:

FieldGmailOutlook / Microsoft 365Exchange Server
Hostsmtp.gmail.comsmtp.office365.comExchange SMTP host, such as mail.company.com
Port465587Usually 587, or the port configured by your Exchange administrator
SSL ConnectionEnabledDisabledUsually disabled when using Start TLS
Start TLSEnabledEnabledUsually enabled
AuthenticationEnabledEnabledEnabled when the Exchange relay requires login
Emailworkflow@gmail.comworkflow@company.comworkflow@company.com
Password/App PasswordGmail app password for the accountAccount password or app password, depending on tenant policyPassword for the configured account, if authentication is required
Sender FullNameB2Win SuiteB2Win SuiteB2Win Suite
Sender Emailworkflow@gmail.comworkflow@company.comworkflow@company.com

After saving the service, select it in Send Email (SMTP) to send workflow status emails through the configured SMTP provider.

Troubleshooting

  • Confirm the B2Win Suite server can reach the SMTP host and port.
  • Verify whether the mail server expects SSL, StartTLS, or plain SMTP.
  • Use an app password when the provider requires one for SMTP authentication.
  • Confirm the sender email is allowed by the SMTP account and server policy.
  • If using global SMTP settings, verify those settings under the global SMTP configuration area.

Notes / Limitations

  • The service default connection timeout is one minute and the default read timeout is three minutes.
  • Email and Password/App Password are only relevant when Authentication is enabled.
  • When Use the settings from Settings -> Global SMTP is enabled, the service loads the global SMTP settings at runtime.