Skip to content

Update sendEmail schema and implementation to allow changing of sender name #66

@paul678

Description

@paul678

Description

The MCP doesn't expose the from.name parameter, limiting sender customization. This creates a gap with the Mailtrap Transactional API, which supports:

{
  "from": {
    "email": "sender@example.com",
    "name": "Sender Name"
  }
}

Request

Expose the from.name parameter in the MCP to allow custom sender names for better branding, user recognition, and email deliverability.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions