EmailMessagingService
The email messaging service configured for an event or contact store.
type EmailMessagingService {
account: EmailMessagingGatewayAccount!
availableSenderDomains: [String!]!
senderDomain: String!
}
Fields
EmailMessagingService.account ● EmailMessagingGatewayAccount! non-null object
The text message gateway account configured in EventsAir.
EmailMessagingService.availableSenderDomains ● [String!]! non-null scalar
A list of domain names configured for an EventsAir installation that could be used for the senderDomain.
EmailMessagingService.senderDomain ● String! non-null scalar
A domain name used in From: address of email messages sent by EventsAir for an event. eventsairmail.com by default.
Member Of
CeContactStore object ● ContactStore object ● Event object ● MembershipContactStore object