Hi,
I have a problem with pimatic-mail.
I get all the time the error Greeting never received.
I have the this configuration:
{
"plugin": "mail",
"transport": "SMTP",
"transportOptions": {
"host": "smtp.strato.de",
"port": 465,
"tls": {
"ciphers": "SSL/TSL"
},
"auth": {
"user": "No-Reply@mydomain.de",
"pass": "password"
},
"maxConnections": 5
},
"from": "No-Reply@mydomain.de"
}
I think that must work, but it isn’t.
Have anyboy an idea what the mistake is?
Thanks