So i want sent mail to user if the user didn't sign in the system for 15 days. How to implement that inside code. I have attache my code here.
if ($user->last_sign_in) {
$ableToSendMail = true;
}
So i want sent mail to user if the user didn't sign in the system for 15 days. How to implement that inside code. I have attache my code here.
if ($user->last_sign_in) {
$ableToSendMail = true;
}