PHP Class YQueueMail

Since: 0.1
Author: yupe team ([email protected])
Inheritance: extends yupe\components\Mail
Show file Open project: yupe/yupe

Public Properties

Property Type Description
$queueComponent string
$queueMailWorkerId integer

Public Methods

Method Description
getQueueComponent ( ) : mixed
send ( string $from, array | string $to, string $theme, string $body, boolean | false $isText = false, $replyTo = [] ) : mixed

Method Details

getQueueComponent() public method

public getQueueComponent ( ) : mixed
return mixed

send() public method

public send ( string $from, array | string $to, string $theme, string $body, boolean | false $isText = false, $replyTo = [] ) : mixed
$from string
$to array | string
$theme string
$body string
$isText boolean | false
return mixed

Property Details

$queueComponent public property

public string $queueComponent
return string

$queueMailWorkerId public property

public int $queueMailWorkerId
return integer