We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597c8d5 commit 7ae242dCopy full SHA for 7ae242d
1 file changed
website/source/docs/providers/mailgun/r/domain.html.markdown
@@ -41,3 +41,13 @@ The following attributes are exported:
41
* `smtp_password` - The password to the SMTP server.
42
* `wildcard` - Whether or not the domain will accept email for sub-domains.
43
* `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
52
53
0 commit comments