attachContent() public abstract method
Attach specified content as file for the email message.
public abstract $this attachContent ( $content, array $options = [] ) | ||
---|---|---|
$content | string |
Attachment file content. |
$options | array |
Options for embed file. Valid options are:
|
return | $this |
Self reference. |
Please login to continue.