attach() public method
Attaches existing file to the email message.
| public $this attach ( $fileName, array $options = [] ) | ||
|---|---|---|
| $fileName | string |
Full file name |
| $options | array |
Options for embed file. Valid options are:
|
| return | $this |
Self reference. |
Please login to continue.