Page 2 of 11

Re: Email notifications plugin revisited

Posted: Mon Jul 27, 2015 2:17 pm
by mates
Hi

I install latest Ispy 1.7.2

I have 2 problems with this plugin

1) when I tick recently visited sites and press save than nothing happens (after refresh is still disabled)

2) i have setted SMTP + PORT + sender + receiver
when i click sent test email than I receive this email (also i got record in system logs)

I have ticked those settings:
Image

but email is not sended (no records in system logs)

could you please help me?

Re: Email notifications plugin revisited

Posted: Fri Jul 31, 2015 4:45 pm
by dlogictech
Hi All,
I too am experiencing an issue with the email notification.
The SMTP Settings are configured correctly and successfully tested by the "Send test email" button is clicked.
Verified by the message"Outbox and Inbox" with the email.

However when the "Email contents" are checked, and the "Time Settings" are set, there is no email sent... :(

Gargoyle Version:1.7.X (Built 20150723-1903 git@61e8963)
Model:D-Link DIR-835 rev. A1

Re: Email notifications plugin revisited

Posted: Tue Aug 04, 2015 9:59 pm
by dlogictech
Not sure if anyone else is having this issue.

Summary:
Email notification not sending any notifications and the configuration is correct and works via the "Send test email" button.

Re: Email notifications plugin revisited

Posted: Wed Aug 05, 2015 1:53 am
by majidkhan
Ive got an issue with website logging

When the number of websites to log, for eg set at 500 is reached - it stops logging

Re: Email notifications plugin revisited

Posted: Wed Aug 05, 2015 10:22 pm
by dlogictech
Anyone else NOT getting email notifications?

Re: Email notifications plugin revisited

Posted: Mon Sep 07, 2015 7:06 am
by charlie
dlogictech wrote:Anyone else NOT getting email notifications?
+1
TL-WR1043ND v1 with Gargoyle 1.8 firmware

Re: Email notifications plugin revisited

Posted: Wed Sep 09, 2015 6:38 am
by HumanIsotope
charlie wrote:
dlogictech wrote:Anyone else NOT getting email notifications?
+1
TL-WR1043ND v1 with Gargoyle 1.8 firmware
Make it +2.
Though I'm still quite excited to have decent firmware on my system (Gargole) :)

Re: Email notifications plugin revisited

Posted: Wed Sep 09, 2015 1:40 pm
by Dustinizer
If you guys are still having the issue, I have figured out a solution if you are using TLS authentication. Modify the /etc/msmtprc file and change "tls-cert-file" to "tls_trust_file" and you should be good to go. If you want to fix the bug then you need to modify the same string literal in /plugin_root/www/js/email.js

Re: Email notifications plugin revisited

Posted: Tue Sep 15, 2015 4:38 am
by jaf0
for GMail -- use port 587 and enable TLS option

Re: Email notifications plugin revisited

Posted: Tue Sep 15, 2015 10:39 am
by charlie
Dustinizer wrote:If you guys are still having the issue, I have figured out a solution if you are using TLS authentication. Modify the /etc/msmtprc file and change "tls-cert-file" to "tls_trust_file" and you should be good to go. If you want to fix the bug then you need to modify the same string literal in /plugin_root/www/js/email.js
Hi,

There is no "tls-cert-file" string in "/plugin_root/www/js/email.js" or i am missing something?

Tnx