Loading lib/Service/UserService.php +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ class UserService { $fromEmail = Util::getDefaultEmailAddress('noreply'); $fromName = $this->defaults->getName(); $fromEmail = 'ronak.register@murena.io'; try { $email = $this->createSendGridEmail($fromEmail, $fromName, $username, $displayname, $userEmail, $templateID); $this->sendEmailWithSendGrid($email, $sendgridAPIkey); Loading Loading
lib/Service/UserService.php +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ class UserService { $fromEmail = Util::getDefaultEmailAddress('noreply'); $fromName = $this->defaults->getName(); $fromEmail = 'ronak.register@murena.io'; try { $email = $this->createSendGridEmail($fromEmail, $fromName, $username, $displayname, $userEmail, $templateID); $this->sendEmailWithSendGrid($email, $sendgridAPIkey); Loading