mail\BaseMailer $fileTransportCallback

$fileTransportCallback public property

A PHP callback that will be called by send() when $useFileTransport is true. The callback should return a file name which will be used to save the email message. If not set, the file name will be generated based on the current timestamp.

The signature of the callback is:

function ($mailer, $message)
doc_Yii
2016-10-30 17:07:01
Comments
Leave a Comment

Please login to continue.