Skip to main content
Glama

Sitecore Send

send_smtp_email

Deliver emails via SMTP by specifying recipient, subject, and HTML body, enabling automated email functionality within Sitecore Send.

Instructions

Send an email using SMTP

Input Schema

NameRequiredDescriptionDefault
bodyYesHTML body of the email
subjectYesSubject of the email
toYesEmail address to send the email to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "description": "HTML body of the email", "type": "string" }, "subject": { "description": "Subject of the email", "type": "string" }, "to": { "description": "Email address to send the email to", "format": "email", "type": "string" } }, "required": [ "to", "subject", "body" ], "type": "object" }

You must be authenticated.

Other Tools from Sitecore Send

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/izharikov/send-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server