Is there any way to send an email notification to an offline user who has received a message?

Ray Tay Posted in Technical Support 3 months ago

Is there any way to send an email notification to an offline user who has received a message please?

Replies
ae Ray Tay Replied 3 months ago

Generally speaking, people usually send 3 to 5 messages at a time, not 100. However, even if it's 100, it's still better to send an email. This is because people typically don't check these small social networks daily, like Facebook. A 24-hour recap in a single email update for offline users is also beneficial. Having a trigger to re-engage registered users is essential. It would be great if there were a solution to send email notifications to offline users whose profiles have been viewed.

Indonesian Arsalan Shah Replied 3 months ago

If(!$user->isOnline()){
//send mail
}

But if i send 100 message to offline user , you will send him 100 emails?