Send Email
- Category
- general
- Tier
- Trusted publisher
- Publisher
- Synax Platform (verification: Verified)
- Installs
- 0
About this skill
Send an email via SMTP. Configure SMTP host, port, credentials, and from-address via the SMTP_* secrets.
Install
Latest installable version: v1.0.1.
Version history
-
v1.0.1
Execution: Either
Capabilities required
- network:*
- secrets:SMTP_HOST
- secrets:SMTP_PORT
- secrets:SMTP_USERNAME
- secrets:SMTP_PASSWORD
- secrets:SMTP_FROM_ADDRESS
Secrets required
- {'name': 'SMTP_HOST', 'type': 'generic_string', 'description': 'SMTP server hostname (e.g., smtp.gmail.com).'}
- {'name': 'SMTP_PORT', 'type': 'generic_string', 'description': 'SMTP server port. Typically 587 for STARTTLS (recommended) or 465 for implicit SSL. Other ports use STARTTLS by default.'}
- {'name': 'SMTP_USERNAME', 'type': 'generic_string', 'description': 'SMTP authentication username (usually an email address).'}
- {'name': 'SMTP_PASSWORD', 'type': 'generic_string', 'description': 'SMTP authentication password. For providers that support it, use an app-specific password rather than your account password.'}
- {'name': 'SMTP_FROM_ADDRESS', 'type': 'generic_string', 'description': 'Email address to send from. Must be authorized for the SMTP account (typically the same as SMTP_USERNAME for most providers).'}
-
v1.0.0
Execution: Either
Capabilities required
- network:*
- secrets:SMTP_HOST
- secrets:SMTP_PORT
- secrets:SMTP_USERNAME
- secrets:SMTP_PASSWORD
- secrets:SMTP_FROM_ADDRESS
Secrets required
- {'name': 'SMTP_HOST', 'type': 'generic_string', 'description': 'SMTP server hostname (e.g., smtp.gmail.com).'}
- {'name': 'SMTP_PORT', 'type': 'generic_string', 'description': 'SMTP server port. Typically 587 for STARTTLS (recommended) or 465 for implicit SSL. Other ports use STARTTLS by default.'}
- {'name': 'SMTP_USERNAME', 'type': 'generic_string', 'description': 'SMTP authentication username (usually an email address).'}
- {'name': 'SMTP_PASSWORD', 'type': 'generic_string', 'description': 'SMTP authentication password. For providers that support it, use an app-specific password rather than your account password.'}
- {'name': 'SMTP_FROM_ADDRESS', 'type': 'generic_string', 'description': 'Email address to send from. Must be authorized for the SMTP account (typically the same as SMTP_USERNAME for most providers).'}