Settings - Mail
Mail Settings instruct SendGrid to apply specific settings to every email that you send over SendGrid’s v3 API or SMTP Relay. These settings include how to embed a custom footer, how to manage blocks, spam, and bounces, and more.
For a full list of Twilio SendGrid's Mail Settings, and what each one does, see our Mail Settings documentation.
You can also manage your Mail Settings in the Twilio SendGrid App
Retrieve all mail settings
GET /v3/mail_settings
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve a list of all mail settings.
Each setting will be returned with an enabled
status set to true
or false
and a short description that explains what the setting does.
Authentication
- API Key
Headers
The on-behalf-of
header allows you to make API calls from a parent account on behalf of the parent's Subusers or customer accounts. You will use the parent account's API key when using this header. When making a call on behalf of a customer account, the property value should be "account-id" followed by the customer account's ID (e.g., on-behalf-of: account-id <account-id>
). When making a call on behalf of a Subuser, the property value should be the Subuser's username (e.g., on-behalf-of: <subuser-username>
). See On Behalf Of for more information.
Query String
The number of settings to return.
default: NoneWhere in the list of results to begin displaying settings.
default: NoneResponses
The list of all mail settings.
The title of the mail setting.
Indicates if this mail setting is currently enabled.
The name of the mail setting.
A description of the mail setting.
The ID associated with the error.
The field that generated the error.
The error message.
The ID associated with the error.
The field that generated the error.
The error message.
The ID associated with the error.
The field that generated the error.
The error message.
The ID associated with the error.
The field that generated the error.
The error message.
The ID associated with the error.
The field that generated the error.
The error message.
Need some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.