website: add mailgun record docs

This commit is contained in:
Jack Pearkes 2014-08-29 11:50:08 -07:00
parent 597c8d5a39
commit 7ae242d724
1 changed files with 10 additions and 0 deletions

View File

@ -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.