PHP 클래스 AWS_SES_WP_Mail\WP_CLI_Command

상속: extends WP_CLI_Command
파일 보기 프로젝트 열기: humanmade/aws-ses-wp-mail

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
get_sending_domain_dns_records ( $domain )

메소드 상세

get_sending_domain_dns_records() 보호된 메소드

protected get_sending_domain_dns_records ( $domain )

send() 공개 메소드

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

verify_sending_domain() 공개 메소드

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