Page 10 of 11

Re: Email notifications plugin revisited

Posted: Wed Mar 22, 2017 6:30 pm
by iamlost
Hi,

Gargoyle 1.8.1 Email no SSL 1.0.1

Can someone point me to the location for the current Email plugin? My selection for the "Recently Visited Sites" does not stick. I have seen there is an update for 1.9, how do I download the email package for 1.9, I would like to compare and add the changes.

Thanks
Wayne

Re: Email notifications plugin revisited

Posted: Thu Mar 23, 2017 12:35 am
by Lantis
Latest sourcecode is here
https://github.com/ericpaulbishop/gargo ... ifications

You can't install a plugin from 1.9.2 onto 1.8.1

Re: Email notifications plugin revisited

Posted: Thu Mar 23, 2017 2:13 am
by iamlost
Lantis wrote:Latest sourcecode is here
https://github.com/ericpaulbishop/gargo ... ifications

You can't install a plugin from 1.9.2 onto 1.8.1
Thanks Lantis, I am trying to investigate the issue with the recent sites setting not saving under 1.8.1, not sure how much success I will have

Re: Email notifications plugin revisited

Posted: Mon Jul 10, 2017 2:05 pm
by WonkoTheSane
I'm apologize for even having to ask this question, and if there's a wiki, post or forum that addresses this, please feel free to point me there so you folks can get back to business...

Any chance I could ask someone to take a few minutes to walk me through the installation of this plugin, step-by-step? You know, like you would speak to a small, not very bright child? PM preferred so I don't sidetrack this thread.

I've been a Windows admin for quite a while, and despite having spent the better part of 2 hours trying to figure out how to install this script, I'm still pretty clueless. And by pretty clueless, I mean totally. But I'm a quick study!

I love Gargoyle for it's quota controls and it solved a ton of problems for me, but the email piece is one that would nail down the last piece of my puzzle.

Any help would be appreciated.

Re: Email notifications plugin revisited

Posted: Mon Jul 10, 2017 3:08 pm
by ispyisail
First you need a 8 MB router or greater (will be one of the more powerful routers)

Image

Image

Image

Re: Email notifications plugin revisited

Posted: Mon Jul 10, 2017 3:26 pm
by WonkoTheSane
Oh geez, I'm an idiot. Thank you. I was making this WAY more complicated that it needed to be.

Re: Email notifications plugin revisited

Posted: Mon Jul 17, 2017 7:40 am
by alienheartbeat
Just a small time-saving note for someone installing this for the first time.
If using smtp.gmail.com as the server,
and encryption = TLS,
then port 465 doesn't work
( daemon.err uhttpd[1865]: sendmail: could not send mail (account default from /etc/msmtprc))
have to set the port to 587.

Not sure why, but not very important.

Re: Email notifications plugin revisited

Posted: Fri Aug 25, 2017 4:27 am
by deadl0ck
Just to add to this.

I was also have the same issue of email not being sent at scheduled times (but the test email was working)

It was on also on a TP-Link TL-WDR3600

The email.sh, however, was in
/plugin_root/usr/lib/gargoyle
I changed permission to 744:
chmod 744 /plugin_root/usr/lib/gargoyle/email.sh

and edited that email.sh file and changed the last few lines from:

Code: Select all

then
	cat /tmp/email-log.txt | sendmail $receiver
else
	cat /tmp/email-log.txt | sendmail --tls-trust-file $tlscert $receiver
fi
to

Code: Select all

then
	cat /tmp/email-log.txt | /usr/sbin/sendmail $receiver
else
	cat /tmp/email-log.txt | usr/sbin/sendmail --tls-trust-file $tlscert $receiver
fi

Re: Email notifications plugin revisited

Posted: Sat Jul 30, 2022 4:21 pm
by dickinsons
I am having trouble using the Email Notifications plugin for Gargoyle (with SSL support) Version: 2.0-3
I followed the steps of ispyisail (viewtopic.php?p=45968#p45968) and alienheartbeat (viewtopic.php?p=46007#p46007) and managed to install the plugin and it is sending the test and scheduled emails, but all the emails are blank.
I would like help to make the Email contents report work.
However I would not want to reset the router without actually needing it.

Note: I don't know if this information is helpful, but my router is not working Change Administrator Password, it keeps the old password.


Device

Device Name:Gargoyle
Gargoyle Version:1.13.0
Model:TP-Link Archer C7 v5
Device Configuration:Gateway
Memory Usage:25MB / 121.3MB (20.6%)
Connections:62/4096
CPU Load Averages:0.00 / 0.02 / 0.00 (1/5/15 minutes)

Re: Email notifications plugin revisited

Posted: Mon Aug 01, 2022 4:03 am
by Lantis
Note: I don't know if this information is helpful, but my router is not working Change Administrator Password, it keeps the old password.
On the command line can you run

Code: Select all

df -h
cat /proc/mounts
and post the outputs here?
If your router is full (likely) then i would suggest the plugin is not able to generate the file needed to send the content of your email.