hi,
i´m playing with the mail plugin… and when i follow the example of the plugin, i get this error:
Expected: “and”, got " to: "gmail.user@gmail.com" subject:“Good morning!” text:“Good morning Dave!”"
my plugin-config:
{
"plugin": "mail",
"transport": "SMTP",
"transportOptions": {
"host": "myserv.er",
"port": "25",
"auth": {
"user": "myusername",
"pass": "mypassword"
}
},
"from": "mysenderadress@myserv.er"
}
can´t see my fault