Skip to main content

EmailSenderInput

Email sender configuration with localization support.

Defines the sender information for email templates including email address and localized display names for multilingual email communications.

input EmailSenderInput {
email: String
names: [LocalizedStringInput!]
}

Fields

EmailSenderInput.email ● String scalar

Sender email address for outgoing messages.

Valid email address that will appear in the 'From' field of sent emails, must be authorized for sending through the email system.

Validation: Must be valid email format when provided.

EmailSenderInput.names ● [LocalizedStringInput!] list input

Localized sender display names.

Multilingual display names that will appear alongside the sender email address in email clients, enabling personalized sender identification across different languages.

Validation: Array must not be empty, must contain unique entries.

Member Of

EmailTemplateCreateInput input ● EmailTemplateUpdateInput input