You are here

public function AmazonSesHandlerInterface::verifyIdentity in Amazon SES 2.0.x

Verify an identity.

Parameters

string $identity: The identity to verify.

string $type: The type of the identity, domain or email.

1 method overrides AmazonSesHandlerInterface::verifyIdentity()
AmazonSesHandler::verifyIdentity in src/AmazonSesHandler.php
Verify an identity.

File

src/AmazonSesHandlerInterface.php, line 37

Class

AmazonSesHandlerInterface
Interface for the Amazon SES handler.

Namespace

Drupal\amazon_ses

Code

public function verifyIdentity($identity, $type);