Explorar o código

feat: EK-1345: 发送email失败

kevinElken hai 1 ano
pai
achega
2363fea6aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      common/helpers/Email.php

+ 1 - 1
common/helpers/Email.php

@@ -34,7 +34,7 @@ class Email
     public static function sendEmail(string $email, string $userName, string $password)
     {
         $mg = Mailgun::create(self::$mailKey);
-        $mg->messages()->send(getenv('DOMAIN') ?: 'DOMAIN', [
+        $mg->messages()->send('ng-frontend-api.elken.com', [
             'from' => 'Elken <no.reply.elken@gmail.com>',
             'to' => $email,
             'subject' => \Yii::t('app', 'decRegistrationEmailSubject', []),