mini\Mail\EmailInterface::withTextBody()
Method
public
abstract
Signature
public abstract function withTextBody(string $text): static
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$text |
string |
required | Documentation missing |
Returns
static
Documentation
Return instance with the specified plain text body
The text body serves as a fallback for email clients that don't support HTML.