I have set my e-mail notifications schedule to "Immediately"
sent Friendship request to that profile, a private message, and did some posts and comments on his profile
and I got my email with like 10 minutes delay, but that's up to the mail server, probably there's a que of mails
See screenshot. I'm sorry but we cannot reproduce what you reported on your website
Automatically (if you don't show up on the site for 2 days)
turned on
the plugin controls how many notifications to send, which should be deleted etc.
public function __construct() { parent::__construct();
$this->service = NOTIFICATIONS_BOL_Service::getInstance();
$this->addJob('expireUnsubscribe', 60 * 60); $this->addJob('deleteExpired', 60 * 60);
$this->addJob('fillSendQueue', 10); }
this can be find in the cron.php file in activity notifications plugin