15.06.2018, 12:06
I tried using this:
mail('test@test.com', 'Alert', 'KNX object 1/2/2 value is: ' .. tostring(value))
Then i received this by email:
KNX object 2/4/2 value is: nil so i need to put something more in the script i guess.
But i found and other post by Daniel. So i downloaded the user.FB_Email for the FBEditor. Installed it. Put the script you posted over here in the common functions and tried out the FBEditor. This only returns:
FB Resident (sleep 60) 15.06.2018 14:04:21
* arg: 1
* nil
* arg: 2
* string: 535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8 https://support.google.com/mail/?p=BadCredentials y13-v6sm1476447lfk.37 - gsmtp
I only wonder why one script can delivere the email and the other one cant. When i thought they both relied one the common Function to work.
Total newbie to this with scripting.
mail('test@test.com', 'Alert', 'KNX object 1/2/2 value is: ' .. tostring(value))
Then i received this by email:
KNX object 2/4/2 value is: nil so i need to put something more in the script i guess.
But i found and other post by Daniel. So i downloaded the user.FB_Email for the FBEditor. Installed it. Put the script you posted over here in the common functions and tried out the FBEditor. This only returns:
FB Resident (sleep 60) 15.06.2018 14:04:21
* arg: 1
* nil
* arg: 2
* string: 535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8 https://support.google.com/mail/?p=BadCredentials y13-v6sm1476447lfk.37 - gsmtp
I only wonder why one script can delivere the email and the other one cant. When i thought they both relied one the common Function to work.
Total newbie to this with scripting.