Ver Fonte

修改发件者

Robin há 6 anos atrás
pai
commit
a5a3d203e0

+ 1 - 0
normandcrm/admin/common/config/params.php

@@ -22,3 +22,4 @@ return [
     'environment' => ['dev', 'rc', 'stb', 'prod'],
 ];
 
+

+ 11 - 11
normandcrm/service/backend/helpers/MailHelper.php

@@ -235,7 +235,7 @@ class MailHelper
                 ],
                 'messageConfig' => [
                     'charset' => 'UTF-8',
-                    'from' => [$configArr['send_mail'] => 'Noryatai']
+                    'from' => [$configArr['send_mail'] => 'Berger']
                 ],
             ]);
         }
@@ -418,7 +418,7 @@ class MailHelper
                 'transport' => $transport,
                 'messageConfig' => [
                     'charset' => 'UTF-8',
-                    'from' => [$configArr['send_mail'] => 'Noryatai']
+                    'from' => [$configArr['send_mail'] => 'Berger']
                 ],
             ]);
         }
@@ -451,47 +451,47 @@ class MailHelper
 //                    $port = '4650';
 //                    break;
 //                case 5:
-//                    $smtp_username = "info@Noryataimkt.com";
+//                    $smtp_username = "info@Bergermkt.com";
 //                    $host = 'smtp.fastmail.com';
 //                    $password="q7yka9tdhgym9zuy";
 //                    $port = '465';
 //                    break;
 //                case 6:
-//                    $smtp_username = "info2@Noryataimkt.com";
+//                    $smtp_username = "info2@Bergermkt.com";
 //                    $host = 'smtp.fastmail.com';
 //                    $password="4emg7ux97qxz4fc7";
 //                    $port = '465';
 //                    break;
 //                case 7:
-//                    $pay_mail = "adminemail1@Noryataimkt.com";
+//                    $pay_mail = "adminemail1@Bergermkt.com";
 //                    $smtp_username = "apikey";
 //                    $host = 'smtp.sendgrid.net';
 //                    $password="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";
 //                    $port = '465';
 //                    break;
 //                case 8:
-//                    $pay_mail = "adminemail2@Noryataimkt.com";
+//                    $pay_mail = "adminemail2@Bergermkt.com";
 //                    $smtp_username = "apikey";
 //                    $host = 'smtp.sendgrid.net';
 //                    $password="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";
 //                    $port = '465';
 //                    break;
 //                case 9:
-//                    $pay_mail = "adminemail3@Noryataimkt.com";
+//                    $pay_mail = "adminemail3@Bergermkt.com";
 //                    $smtp_username = "apikey";
 //                    $host = 'smtp.sendgrid.net';
 //                    $password="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";
 //                    $port = '465';
 //                    break;
 //                case 10:
-//                    $pay_mail = "adminemail4@Noryataimkt.com";
+//                    $pay_mail = "adminemail4@Bergermkt.com";
 //                    $smtp_username = "apikey";
 //                    $host = 'smtp.sendgrid.net';
 //                    $password="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";
 //                    $port = '465';
 //                    break;
 //                default:
-//                    $pay_mail = "admin@Noryataimkt.com";
+//                    $pay_mail = "admin@Bergermkt.com";
 //                    $smtp_username = "apikey";
 //                    $host = 'smtp.sendgrid.net';
 //                    $password="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";
@@ -512,7 +512,7 @@ class MailHelper
 //                    ],
 //                    'messageConfig' => [
 //                        'charset' => 'UTF-8',
-//                        'from' => [$pay_mail => 'Noryatai']
+//                        'from' => [$pay_mail => 'Berger']
 //                    ],
 //                ]);
 //            }else{
@@ -530,7 +530,7 @@ class MailHelper
 //                    ],
 //                    'messageConfig' => [
 //                        'charset' => 'UTF-8',
-//                        'from' => [$smtp_username => 'Noryatai']
+//                        'from' => [$smtp_username => 'Berger']
 //                    ],
 //                ]);
 //            }