Answer the question
In order to leave comments, you need to log in
Yii setFrom() strips spaces how to fix?
Hello.
--
Here is the function that sends emails.
public function sendEmail($email)
{
if ($this->validate()) {
return Yii::$app->mailer->compose(['html' => 'friend'], ['user' => $this, 'token' => Yii::$app->user->identity->nik])
->setTo($email)
->setFrom([Yii::$app->user->identity->email => $this->user])
->setSubject(Defina::my.' - Приглашение от '.self::Sender($this->user))
->send(); return true;
}
return false;
}
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