Module: OvhSoapi::Email::Methods
- Included in:
- OvhSoapi::Email, OvhSoapi::Email
- Defined in:
- lib/ovh_soapi/email.rb
Instance Method Summary collapse
-
#set_domain_mx_filtering(domain, subdomain, type, mx) ⇒ Object
Set domain MX filtering : none, simple (antispam) or full (antispam+antivirus).
-
#set_email_master_nic(domain, nic) ⇒ Object
Set email master nic.
Instance Method Details
#set_domain_mx_filtering(domain, subdomain, type, mx) ⇒ Object
Set domain MX filtering : none, simple (antispam) or full (antispam+antivirus).
6 7 8 |
# File 'lib/ovh_soapi/email.rb', line 6 def set_domain_mx_filtering(domain,subdomain,type,mx) RpcDriver.soapi.emailSetDomainMxFiltering(Session.session, domain, subdomain, type, mx) end |