StorefrontEmailSettingsUpdateInput
The input type for creating or updating StorefrontEmailSettings
input StorefrontEmailSettingsUpdateInput {
fromEmailAddress: String
fromName: String
logoUrl: String
sendOrderConfirmations: Boolean
smtpCredentials: SmtpCredentialsInput
storefrontId: ID!
}
Fields
StorefrontEmailSettingsUpdateInput.fromEmailAddress ● String scalar
The email address that emails will be sent from. Required to send any emails.
StorefrontEmailSettingsUpdateInput.fromName ● String scalar
The name that emails will be sent from. Defaults to fromEmailAddress.
StorefrontEmailSettingsUpdateInput.logoUrl ● String scalar
The URL of the logo for email templates. Defaults to the text of the Storefront Name.
StorefrontEmailSettingsUpdateInput.sendOrderConfirmations ● Boolean scalar
Send Order Confirmation emails when an Order is authorized. Defaults to false.
StorefrontEmailSettingsUpdateInput.smtpCredentials ● SmtpCredentialsInput input
SMTP credentials used for sending emails. Required to send any emails.
StorefrontEmailSettingsUpdateInput.storefrontId ● ID! non-null scalar
The Storefront that these settings belong to