m2ts
(m2ts)
37
Unfortunately I don’t receive any e-mails. What could be wrong? I executed git -C /opt/emoncms/modules clone -b 'v5.4.8' --single-branch https://github.com/swiftmailer/swiftmailer.git and changed settings in var/www/emoncms/settings.ini:
[smtp]
; Email address to email proccessed input values
default_emailto = '(my personal e-mailaddress)'
host = "smtp.gmail.com"
; 25, 465, 587
port = "465"
; another e-mail address that I have, different from my personal one.
from_email = 'secret@gmail.com'
from_name = 'Some name'
; Comment lines below that dont apply
; ssl, tls
encryption = "ssl"
username = "secret@gmail.com"
password = "Iwillnotttellyou"
I’m also still in doubt about the correct way of working: if the peak stays higher than 2500 W for a long time, I will get an e-mail every 10 seconds with my process list that I posted earlier… Won’t I?