API-MailboxOrg

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

      * passwordreset

      * spamprotect

      * test

      * user

      * utils

      * validate

      * videochat

MORE INFOS

    The Mailbox.org API documentation is available at
    https://api.mailbox.org/v1/doc/methods/index.html.

AUTHOR

lib/API/MailboxOrg.pm  view on Meta::CPAN

=item * passwordreset

=item * spamprotect

=item * test

=item * user

=item * utils

=item *   validate

=item *   videochat

=back

=head1 MORE INFOS

The Mailbox.org API documentation is available at L<https://api.mailbox.org/v1/doc/methods/index.html>.

=head1 AUTHOR

lib/API/MailboxOrg/API/Validate.pm  view on Meta::CPAN


);


sub spf ($self, %params) {
    my $validator = $validators{'spf'};
    %params       = $validator->(%params) if $validator;

    my %opt = (needs_auth => 1);

    return $self->_request( 'domain.validate.spf', \%params, \%opt );
}


1;

__END__

=pod

=encoding UTF-8

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.538 second using v1.00-cache-2.02-grep-82fe00e-cpan-24a475fd873 )