You could try emailing yourself. If you get the email, that's a pretty good indication that it's working.
Sep 20, 2017
5
Level 1
How to check mail is send successfully in laravel
How to check mail is send successfully in laravel
i am using
Mail::send('activate', $data, function($message) use ($email_to) {
$message->to($email_to, '')->subject("Please activate your account.");
$message->from($this->from_email,$this->from_name);
});
thanks
Please or to participate in this conversation.