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. |
Please login to continue.