mail\MailerInterface sendMultiple()

sendMultiple() public abstract method

Sends multiple messages at once.

This method may be implemented by some mailers which support more efficient way of sending multiple messages in the same batch.

public abstract integer sendMultiple ( array $messages )
$messages array

List of email messages, which should be sent.

return integer

Number of messages that are successfully sent.

doc_Yii
2016-10-30 17:07:09
Comments
Leave a Comment

Please login to continue.