Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TURBOSMTP_FROM_EMAIL | No | TurboSMTP From Email (not required) | |
TURBOSMTP_CONSUMER_KEY | Yes | Your turboSMTP Consumer Key | |
TURBOSMTP_CONSUMER_SECRET | Yes | Your turboSMTP Consumer Secret |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
send_email | Send an email via TurboSMTP |
validate_email_config | Validate TurboSMTP configuration |