Replies: 0
I use the plugin with ‘other SMTP’ without encryption but authentication. This works remote and the return is bool true (1).
When I try the same on localhost with identical configuration it works fine too but returns:
“2018-08-21 10:19:13 CLIENT -> SERVER: EHLO localhost
2018-08-21 10:19:13 CLIENT -> SERVER: AUTH LOGIN
…
2018-08-21 10:19:13 CLIENT -> SERVER: QUIT
1”
instead of 1 alone.
Why that? I need only return 1.
Wolfgang