Answer the question
In order to leave comments, you need to log in
Where does yii2 store mail logs, what else to check if the mail worked, but fell off?
Mail worked fine, but suddenly fell off.
What can be checked?
I send like this:
Yii::$app->mailer->compose()
->setTo($mail)
->setFrom('[email protected]')
->setSubject($subject)
->setHtmlBody($text)
->send();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question