Skip to content

Commit 7ae242d

Browse files
committed
website: add mailgun record docs
1 parent 597c8d5 commit 7ae242d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

website/source/docs/providers/mailgun/r/domain.html.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,13 @@ The following attributes are exported:
4141
* `smtp_password` - The password to the SMTP server.
4242
* `wildcard` - Whether or not the domain will accept email for sub-domains.
4343
* `spam_action` - The spam filtering setting.
44+
* `receiving_records` - An array of DNS records for receiving validation.
45+
* `priority` - The priority of the record.
46+
* `record_type` - The record type.
47+
* `valid` - `"valid"` if the record is valid.
48+
* `value` - The value of the record.
49+
* `sending_records` - An arry of DNS records for sending validation.
50+
* `name` - The name of the record.
51+
* `record_type` - The record type.
52+
* `valid` - `"valid"` if the record is valid.
53+
* `value` - The value of the record.

0 commit comments

Comments
 (0)