Commit f30b83d5 by 杨树贤

邮箱测试

parent 59a0af0d
Showing with 1 additions and 0 deletions
......@@ -47,6 +47,7 @@ class UserService
AutoAssignCustomerService::incAssignNumByDepartmentId($assign['department_id']);
}
$salesEmail = CmsUserModel::where('userId', $salesId)->value('email');
$salesEmail = 'zhy@ichunt.com';
try {
//发送提醒邮件
Mail::to($salesEmail)->send(new UserRegisterNotification());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment