SMTP Credential
Use this type when workflows send emails through SMTP servers.
Configure
- Open Credentials -> New Credential.
- Select type smtp.
- Set:
smtp_host,smtp_portsmtp_username,smtp_password(or env-backed password)- TLS flag and sender address
- Save and reference from SMTP workflow node.
Verify
Run a workflow email step to a test inbox and confirm delivery.
Common issues
- TLS/auth mode mismatch with SMTP provider.
- Sender domain not verified by provider policy.