email notification - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: email notification (/showthread.php?tid=226) |
email notification - Peter - 22.02.2016 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 Peter RE: email notification - admin - 23.02.2016 log() the result of mail() function, it should tell why it cannot be sent RE: email notification - PassivPluss - 18.10.2016 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
RE: email notification - PassivPluss - 26.10.2016 Dies anybody else have running/working email script on last rc of firmware? RE: email notification - admin - 27.10.2016 Please try installing this package through System config -> Packages and try again: https://dl.openrb.com/lm-16.09-rc2/libwolfssl_3.9.10-1_mxs.ipk RE: email notification - AEK - 27.10.2016 (27.10.2016, 07:16)admin Wrote: Please try installing this package through System config -> Packages and try again: it works! just tested RE: email notification - buuuudzik - 27.10.2016 I installed this package and I am using this script: Code: -- send an e-mail and when I am trying to use this script I have the answer: Code: * arg: 1 RE: email notification - admin - 27.10.2016 Which firmware are you running? This will only work with RC2. RE: email notification - buuuudzik - 27.10.2016 (27.10.2016, 18:02)admin Wrote: Which firmware are you running? This will only work with RC2. Version: 20160927 RE: email notification - admin - 27.10.2016 Load balancer? RE: email notification - buuuudzik - 27.10.2016 (27.10.2016, 18:15)admin Wrote: Load balancer? Yes, this is LM Load Balancer but I will check also on the LM4 This is from LM4: Code: * arg: 1 RE: email notification - admin - 28.10.2016 You to install this package for Load Balancer: https://dl.openrb.com/lm-16.09-rc2/libwolfssl_3.9.10-1_x86.ipk RE: email notification - buuuudzik - 28.10.2016 (28.10.2016, 06:42)admin Wrote: You to install this package for Load Balancer: It works. Nice RE: email notification - PassivPluss - 30.10.2016 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... |