李帅

1.集成邮件发送

......@@ -90,7 +90,8 @@ class SendVerificationMessage implements ShouldQueue
);
$sendgrid = new \SendGrid(env('SENDGRID_API_KEY'));
try {
$sendgrid->send($email);
$res = $sendgrid->send($email);
Log::channel("daily")->debug($res->body());
} catch (\Exception $e) {
Log::channel("daily")->error("send email error :".$e->getMessage());
}
......
......@@ -13,7 +13,7 @@
"jiannei/laravel-enum": "^3.0",
"jiannei/laravel-response": "^4.0",
"jpush/jpush": "^3.6",
"laravel/framework": "^8.75",
"laravel/framework": "^8.75.0",
"laravel/horizon": "^5.9",
"laravel/sanctum": "^2.11",
"laravel/socialite": "^5.2",
......
This diff could not be displayed because it is too large.