swiftmailer\Message addHeader()

addHeader() public method (available since version 2.0.6)

Adds custom header value to the message.

Several invocations of this method with the same name will add multiple header values.

public $this addHeader ( $name, $value )
$name string

Header name.

$value string

Header value.

return $this

Self reference.

doc_Yii
2016-10-30 17:12:53
Comments
Leave a Comment

Please login to continue.