StorefrontEmailSettings
Contains all of the settings regarding Email for a Storefront.
type StorefrontEmailSettings {
demandHqId: ID!
fromEmailAddress: String
fromName: String
logoUrl: String
sendOrderConfirmations: Boolean
smtpCredentials: SmtpCredentials
storefrontId: ID!
updatedAt: Date!
updatedBy: ID!
}
Fields
StorefrontEmailSettings.demandHqId ● ID! non-null scalar
The DemandHq that these settings belong to
StorefrontEmailSettings.fromEmailAddress ● String scalar
The email address that emails will be sent from. Required to send any emails.
StorefrontEmailSettings.fromName ● String scalar
The name that emails will be sent from. Defaults to fromEmailAddress.
StorefrontEmailSettings.logoUrl ● String scalar
The URL of the logo for email templates. Defaults to the text of the Storefront Name.
StorefrontEmailSettings.sendOrderConfirmations ● Boolean scalar
Send Order Confirmation emails when an Order is authorized. Defaults to false.
StorefrontEmailSettings.smtpCredentials ● SmtpCredentials object
SMTP credentials used for sending emails. Required to send any emails.
StorefrontEmailSettings.storefrontId ● ID! non-null scalar
The Storefront that these settings belong to
StorefrontEmailSettings.updatedAt ● Date! non-null scalar
StorefrontEmailSettings.updatedBy ● ID! non-null scalar
Returned by
createOrUpdateStorefrontEmailSettings mutation
Member of
Storefront object