i am using yii2 plugin nickcv and i want to know that email status just like soft verification or email delivered or not. can anyone help me??
Thanks in advance.
\Yii::$app->mailer
->compose('mailViewName', ['model' => $model])
->setTo('[email protected]')
->send();
Can you try it. it works for me..!
output will be :-