website: add mailgun record docs
This commit is contained in:
parent
597c8d5a39
commit
7ae242d724
|
@ -41,3 +41,13 @@ The following attributes are exported:
|
|||
* `smtp_password` - The password to the SMTP server.
|
||||
* `wildcard` - Whether or not the domain will accept email for sub-domains.
|
||||
* `spam_action` - The spam filtering setting.
|
||||
* `receiving_records` - An array of DNS records for receiving validation.
|
||||
* `priority` - The priority of the record.
|
||||
* `record_type` - The record type.
|
||||
* `valid` - `"valid"` if the record is valid.
|
||||
* `value` - The value of the record.
|
||||
* `sending_records` - An arry of DNS records for sending validation.
|
||||
* `name` - The name of the record.
|
||||
* `record_type` - The record type.
|
||||
* `valid` - `"valid"` if the record is valid.
|
||||
* `value` - The value of the record.
|
||||
|
|
Loading…
Reference in New Issue