Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rule errors #8

Closed
SwissResl opened this issue Dec 1, 2016 · 1 comment
Closed

rule errors #8

SwissResl opened this issue Dec 1, 2016 · 1 comment

Comments

@SwissResl
Copy link

I'm getting following errors:
error [pimatic]: Error on evaluation of rule condition of rule sendmail: __ is not defined error [pimatic]: rule sendmail error executing an action: __ is not defined

Rule:
"rules": [ { "id": "sendmail", "name": "SendTestmail", "rule": "when relais-2 is turned on then send mail", "active": true, "logging": true } ],

mail config:
"plugin": "mail", "transport": "sendmail", "transportOptions": { "host": "mail.smtp.com", "port": "465", "secureConnection": true, "requiresAuth": true, "auth": { "user": "test@test.com", "pass": "*************" } }, "from": "test@test.com", "to": "test@test.com", "active": true

@mwittig
Copy link
Contributor

mwittig commented Jan 29, 2018

The problem appears to be with rule condition rather than the mail action provider! If you still experience this issue please test the condition with another action.
For the time being I assume the issue is osbolete and I am closing this now.
Please re-open if you wish to follow-up.

@mwittig mwittig closed this as completed Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants