class SendRawEmailJob extends AbstractJob

Traits

InteractsWithQueue
Queueable
SerializesModels

Methods

__construct(string $email, string $subject, string $body)

No description

handle(Mailer $mailer)

No description

Details

__construct(string $email, string $subject, string $body)

Parameters

string $email
string $subject
string $body

handle(Mailer $mailer)

Parameters

Mailer $mailer