--- title: EmailSenderConfigurationDnsRecord - GraphQL Admin description: Represents a DNS record that needs to be configured for Shopify to send emails from a domain. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/objects/emailsenderconfigurationdnsrecord md: https://shopify.dev/docs/api/admin-graphql/unstable/objects/emailsenderconfigurationdnsrecord.md --- # Email​Sender​Configuration​Dns​Record object Requires `read_email_sender_configuration` access scope. Represents a DNS record that needs to be configured for Shopify to send emails from a domain. ## Fields * name [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The hostname of the DNS record. * type [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The type of the DNS record. * value [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The value of the DNS record. *** ## Map ### Fields with this object * {}[EmailSenderConfiguration.senderDomainDnsRecords](https://shopify.dev/docs/api/admin-graphql/unstable/objects/EmailSenderConfiguration#field-EmailSenderConfiguration.fields.senderDomainDnsRecords)