I try to send my config via pimatic-mail like here:
But I get this error message:
09:21:49.265 [pimatic] debug: Error: 421 web.de Service closing transmission channel - command timeout
09:21:49.265 [pimatic] debug:> at SMTPClient._actionIdle (/home/pi/pimatic-app/node_modules/pimatic-mail/node_modules/nodemailer/node_modules/simplesmtp/lib/client.js:965:23)
09:21:49.265 [pimatic] debug:> at SMTPClient._onData (/home/pi/pimatic-app/node_modules/pimatic-mail/node_modules/nodemailer/node_modules/simplesmtp/lib/client.js:354:29)
09:21:49.265 [pimatic] debug:> at emitOne (events.js:77:13)
09:21:49.265 [pimatic] debug:> at TLSSocket.emit (events.js:169:7)
09:21:49.265 [pimatic] debug:> at TLSSocket.emit (/home/pi/pimatic-app/node_modules/pimatic/startup.coffee:63:24)
09:21:49.265 [pimatic] debug:> at readableAddChunk (_stream_readable.js:153:18)
09:21:49.265 [pimatic] debug:> at TLSSocket.Readable.push (_stream_readable.js:111:10)
09:21:49.265 [pimatic] debug:> at TLSWrap.onread (net.js:531:20)
The config file has 47.265 Byte.
With a test file of 612 Byte it works.
Any Ideas whats wrong?