class TestMail extends Mailable

测试发送

Traits

Queueable
SerializesModels

Properties

string $content 发送内容

Methods

__construct(string $content = '')

Create a new message instance.

$this
build()

Build the message.

Details

at line 29
__construct(string $content = '')

Create a new message instance.

Parameters

string $content

at line 39
$this build()

Build the message.

Return Value

$this