$mailer public property
The mailer object or the application component ID of the mailer object. After the EmailTarget object is created, if you want to change this property, you should only assign it with a mailer object. Starting from version 2.0.2, this can also be a configuration array for creating the object.
public yii\mail\MailerInterface|array|string $mailer = 'mailer'
Please login to continue.