The SMTP Email connector lets your workflows send emails through any SMTP-compatible mail server. Works with Gmail, Microsoft 365, Amazon SES, SendGrid, Mailgun, and any self-hosted SMTP server.Documentation Index
Fetch the complete documentation index at: https://docs.spojit.com/llms.txt
Use this file to discover all available pages before exploring further.
Connection setup
Gather your SMTP credentials
You’ll need the following from your email provider:
- SMTP Host (e.g.,
smtp.gmail.com) - Port (typically
587for STARTTLS or465for SSL) - Username (usually your email address)
- Password (your email password or app-specific password)
Add the connection in Spojit
Go to Connections in Spojit, click Add Connection, select SMTP Email, and enter:
- SMTP Host: Your mail server hostname
- Port: SMTP port number
- Username: Your SMTP username
- Password: Your SMTP password
- Use SSL/TLS (optional): Enable for port 465. Auto-detected if left off.
- Default From Address (optional): A default sender address (e.g.,
Team <hello@yourdomain.com>) used whenfromis not specified in the tool parameters
Common SMTP settings
| Provider | Host | Port | Notes |
|---|---|---|---|
| Gmail | smtp.gmail.com | 587 | Requires App Password |
| Outlook / Microsoft 365 | smtp.office365.com | 587 | Enable SMTP AUTH |
| Amazon SES | email-smtp.us-east-1.amazonaws.com | 587 | Use SMTP credentials (not AWS keys) |
| SendGrid | smtp.sendgrid.net | 587 | Username is apikey, password is your API key |
| Mailgun | smtp.mailgun.org | 587 | Use domain-specific SMTP credentials |
Tools
send-email — Send an email
send-email — Send an email
Sender address (e.g.,
Team <hello@yourdomain.com>). Falls back to the connection’s default from address.Recipient email address(es).
Email subject line.
HTML email body.
Plain text email body.
CC recipient(s).
BCC recipient(s).
Reply-to address.
verify-connection — Test SMTP connection
verify-connection — Test SMTP connection
Verifies that the SMTP server is reachable and the credentials are valid without sending an email. No parameters required.Example response: