Interface lispa\amos\emailmanager\interfaces\TransportInterface
Implemented by | lispa\amos\emailmanager\transports\YiiMailer |
---|
Public Methods
Method | Description | Defined By |
---|---|---|
send() | Sends email message | lispa\amos\emailmanager\interfaces\TransportInterface |
Method Details
Sends email message
public abstract boolean send ( $from, $to, $subject, $text, $files = [], $bcc = null ) | ||
$from | string | Format accepted: 1) 'example@example.com' 2) 'example@example.com alias' the method considers the email address up to the first space, everything that follows is considered alias. |
$to | array | |
$subject | string | |
$text | string | |
$files | array | |
$bcc | array |