Interface for classes that implement a mail transport.
Subclasses must implement the send() method.
Source for this file: /Mail/src/interfaces/transport.php
Version: | //autogen// |
public void |
send(
$mail
)
Sends the contents of $mail. |
Sends the contents of $mail.
Name | Type | Description |
---|---|---|
$mail |
ezcMail |