Hello,
in order to receive a notification immediately when a user post a new content on the site
in notification settings I chose:
- send notifications immediately
- subscribe me to each new record
(I am not following the section/categories though)
Anyway, when I log into the site I do see notification for new records awaiting approval, but the email are not being sent
I have this cronjob running every 30 minutes
wget -O /dev/null " http://mysite.net/index.php?option=com_cobalt& ;task=cron.sendAlert&secret=xxx" > /dev/null
(the domain is just an example and the secret word is different)
The cron seems to be running normally
--2015-10-26 12:00:01-- http://mysite.net/index.php?option=com_cobalt& ;task=cron.sendAlert&secret=xxx
Resolving www.mysite.net... 000.00.00.00, 000.00.00.00, 2400:cb00:2048:1::681c:e36, ...
Connecting to www.mysite.net|000.00.00.00|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 0 [text/html]
Saving to: “/dev/null”
0K 0.00 =0s
2015-10-26 12:00:03 (0.00 B/s) - “/dev/null” saved [0/0]
Please let me know if I am missing something here.
Thank you
Hello, in order to receive a notification immediately when a user post a new content on the site in notification settings I chose:
(I am not following the section/categories though)
Anyway, when I log into the site I do see notification for new records awaiting approval, but the email are not being sent
I have this cronjob running every 30 minutes
wget -O /dev/null " http://mysite.net/index.php?option=com_cobalt& ;task=cron.sendAlert&secret=xxx" > /dev/null
(the domain is just an example and the secret word is different)
The cron seems to be running normally
Please let me know if I am missing something here.
Thank you