PHP Class AWS_SES_WP_Mail\WP_CLI_Command

Inheritance: extends WP_CLI_Command
Show file Open project: humanmade/aws-ses-wp-mail

Public Methods

Method Description
send ( $args, $args_assoc ) Send an email via AWS SES
verify_sending_domain ( $args, $args_assoc ) Verify a domain in SES to send mail from.

Protected Methods

Method Description
get_sending_domain_dns_records ( $domain )

Method Details

get_sending_domain_dns_records() protected method

protected get_sending_domain_dns_records ( $domain )

send() public method

Send an email via AWS SES
public send ( $args, $args_assoc )

verify_sending_domain() public method

Verify a domain in SES to send mail from.
public verify_sending_domain ( $args, $args_assoc )