-
Checklist
Versionv1.19.02 Have you submitted your log files from the About page? Note that outbound email must be working for logs to be submitted.I have not submitted logs What is/are your question(s)?Have Genmon working flawlessly on a 22kW air cooled with Pushover notifications. But I cannot seem to configure outgoing Email correctly. I am using smtp.comcast.net (not Gmail) as my smtp server, using the same settings (port 465, SSL enabled) as my Email program. When I try to send a test email I get, "An error occurred: Please run connect() first". Genserv.log says the same thing (genserv.py:726) Any suggestions are appreciated. Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Answered by
jgyates
Mar 27, 2024
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like you are using a TLS port but have both SSL and TLS enabled in the settings. Most mail severs only use SSL only on port
465 and only TLS on port 587. Follow the recommendations above and let me know. Also, I do not recommend editing the config file directly, use the GUI as it has more error checking to prevent invalid entries.