NAME

Webservice::OVH::Email::Domain

SYNOPSIS

use Webservice::OVH;

my $ovh = Webservice::OVH->new_from_json("credentials.json");

my $email_domains = $ovh->email->domain->domains;

foreach $email_domain (@$email_domains) {

    $email_domain->name;
}

DESCRIPTION

Provides access to email domain objects.

METHODS

_new

Internal Method to create the domain object. This method is not ment to be called external.

domain_exists

Returns 1 if email-domain is available for the connected account, 0 if not.

domains

Produces an array of all available email-domains that are connected to the used account.

domain

Returns a single email-domains by name