Mail::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

Mail::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

Mail::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Mail::fake()

static void fake() Replace the bound instance with a fake. Return Value void

Mail::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

Mail::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Mail

Mail class Mail extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static void spy() Convert the facade into a Mockery spy. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from

Mail

Mail Introduction Driver Prerequisites Generating Mailables Writing Mailables Configuring The Sender Configuring The View View Data Attachments Inline Attachments Sending Mail Queueing Mail Mail & Local Development Events Introduction Laravel provides a clean, simple API over the popular SwiftMailer library with drivers for SMTP, Mailgun, SparkPost, Amazon SES, PHP's mail function, and sendmail, allowing you to quickly get started sending mail through a local or cloud based service

Mail

Illuminate\Mail Namespaces Illuminate\Mail\Transport

MacroableTrait::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException