class
Illuminate
/
Mail
/
TextMessage
TextMessage
Uses
Properties
Methods
public
__construct ( $message ) : void
Create a new text message instance.
Parameters
- $message Message
public
embed ( $file ) : string
Embed a file in the message and get the CID.
Parameters
- $file string|Attachable |Attachment
public
embedData ( $data , $name , $contentType ) : string
Embed in-memory data in the message and get the CID.
Parameters
- $data string|resource
- $name string
- $contentType string|null
public
__call ( $method , $parameters ) : mixed
Dynamically pass missing methods to the underlying message instance.
Parameters
- $method string
- $parameters array