class Mail (View source)
Methods
__construct(array $config = [])
Mail constructor
static MailDriverInterface
configure(array $config = [])
Configure la classe Mail
bool
pushDriver(string $name, string $class_name)
Push new driver
static MailDriverInterface
getInstance()
Get mail instance
static
send($view, $bind, callable $cb)
No description
static mixed
raw(string|array $to, string $subject, string $data, array $headers = [])
Send mail similar to the PHP mail function
static SendInterface
setDriver(string $driver)
Modify the smtp|mail driver
mixed
__call(string $name, array $arguments)
__call
Details
__construct(array $config = [])
Mail constructor
static MailDriverInterface
configure(array $config = [])
Configure la classe Mail
bool
pushDriver(string $name, string $class_name)
Push new driver
static MailDriverInterface
getInstance()
Get mail instance
static
send($view, $bind, callable $cb)
No description
static mixed
raw(string|array $to, string $subject, string $data, array $headers = [])
Send mail similar to the PHP mail function
static SendInterface
setDriver(string $driver)
Modify the smtp|mail driver
mixed
__call(string $name, array $arguments)
__call