Search found 2 matches
- Tue Sep 15, 2015 1:28 pm
- Forum: Show / Tell / Contribute
- Topic: Email notifications plugin revisited
- Replies: 111
- Views: 259218
Re: Email notifications plugin revisited
Not sure what version of gargoyle you guys are on. The changes that I explained above worked for me with my version of gargoyle 1.8.0 using gmail. I'm connecting to gmail's smtp server and these are my settings in the file /etc/msmtprc ... host smtp.gmail.com port 587 tls on tls_trust_file /etc/ssl/...
- Wed Sep 09, 2015 1:40 pm
- Forum: Show / Tell / Contribute
- Topic: Email notifications plugin revisited
- Replies: 111
- Views: 259218
Re: Email notifications plugin revisited
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 ...