1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-10 19:32:07 +00:00
This commit is contained in:
Jeremy Benoist 2018-12-02 18:47:34 +01:00
parent 2dfbe9e5fa
commit 43ccf4b178
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 1 additions and 3 deletions

View file

@ -97,7 +97,7 @@ class AuthCodeMailer implements AuthCodeMailerInterface
$message = new \Swift_Message();
$message
->setTo($user->getEmail())
->setTo($user->getEmailAuthRecipient())
->setFrom($this->senderEmail, $this->senderName)
->setSubject($subject)
->setBody($bodyText, 'text/plain')