Hello guys,
I have some problems with email notification. Using the script example from here LINK does not generally work. I can send emails to my companys' other email address but that is just thanks to less strict policies when sending from one our email address to another. I can see there is missing "from" field in my received message, eventhough I am quite sure I did the configuration of the script right.
Anybode else having this same issue?
Thank you
Hi
Yesterday i programmed the email notification from www.openrb.com examples. I tried to update to latest version on my LM now and the mail sending doesnt work anymore. How do I fix it?
I am using the code underneath and have made the gmail account allow unsure apps.
event based
mail('exampe@gmail.com', 'Alert', 'KNX object 1/2/2 value is')
common functions
-- send an e-mail,
function mail(to, subject, message)
-- make sure these settings are correct
local settings = {
-- "from" field, only e-mail must be specified here
After some additional logging and confirming LM connections as a safe it works ok, but not from 1 try after doing change, but this is google policy But if this is about Load Balancer it not works and the problem is the same stiill
The package works. Note to admin: U should edit post were the firmware update is to also include this package. And other bugfixes like this. That way other users dont have to waste a couple of hours looking for a fault in their own scripting...