PHP Class Helper\Mailer\AliyunDirectMail

Inheritance: implements Contactable\IMailer
Afficher le fichier Open project: sendya/shadowsocks-panel

Méthodes publiques

Méthode Description
__construct ( )
isAvailable ( )
send ( Mail $mail ) : boolean Send mail

Method Details

__construct() public méthode

public __construct ( )

isAvailable() public méthode

public isAvailable ( )

send() public méthode

Send mail
public send ( Mail $mail ) : boolean
$mail Model\Mail
Résultat boolean true if the mail was successfully accepted for delivery, false otherwise.