Since the update the mail sending does not work:
Code: Select all
2024-01-12 18:55:40.915 Error: SMTP Mailer: Error sending Email to: <XXXXXXX> !
2024-01-12 18:55:40.916 Error: libcurl: (56)
2024-01-12 18:55:40.916 Error: Failure when receiving data from the peer
SMTP is used from Ziggo (smtp.ziggog.nl) with correct username password on port 587. Mail mailclient works without problems so the smtp server probably works
emailing via curl itself does not work either:
Code: Select all
curl --ssl smtp://smtp.ziggo.nl:587 --mail-from MYZIGGOMAIL --mail-rcpt XXXXXXX --user 'USERNAME:PWD' --upload-file /tmp/mail.txt
Code: Select all
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 5 0 0 100 5 0 13 --:--:-- --:--:-- --:--:-- 13
curl: (56) Failure when receiving data from the peer
Emailing from a email program does work.