PHP 클래스 Snowfire\Beautymail\Beautymail

상속: implements Illuminate\Contracts\Mail\Mailer
파일 보기 프로젝트 열기: snowfire/beautymail 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $settings ) Initialise the settings and mailer.
failures ( ) : array Get the array of failed recipients.
getData ( ) : mixed Retrieve the settings.
queue ( string | array $view, array $data, Closure | string $callback ) : void Send a new message using the a view via queue.
raw ( string $text, mixed $callback ) : void Send a new message when only a raw text part.
send ( string | array $view, array $data = [], Closure | string $callback = null ) : void Send a new message using a view.
view ( $view, array $data = [] ) : Illuminate\View\View

비공개 메소드들

메소드 설명
setLogoPath ( ) : mixed

메소드 상세

__construct() 공개 메소드

Initialise the settings and mailer.
public __construct ( $settings )
$settings

failures() 공개 메소드

Get the array of failed recipients.
public failures ( ) : array
리턴 array

getData() 공개 메소드

Retrieve the settings.
public getData ( ) : mixed
리턴 mixed

queue() 공개 메소드

Send a new message using the a view via queue.
public queue ( string | array $view, array $data, Closure | string $callback ) : void
$view string | array
$data array
$callback Closure | string
리턴 void

raw() 공개 메소드

Send a new message when only a raw text part.
public raw ( string $text, mixed $callback ) : void
$text string
$callback mixed
리턴 void

send() 공개 메소드

Send a new message using a view.
public send ( string | array $view, array $data = [], Closure | string $callback = null ) : void
$view string | array
$data array
$callback Closure | string
리턴 void

view() 공개 메소드

public view ( $view, array $data = [] ) : Illuminate\View\View
$view
$data array
리턴 Illuminate\View\View