use TCP to deliver mail to a SMTP server
Instead of using the mail()
function, a direct and non-blocking way can be useful. Body can be base64 encoded.
Can also replace htmlmail()
in syncd.cpp
.
Edited by Bernard van Gastel
Instead of using the mail()
function, a direct and non-blocking way can be useful. Body can be base64 encoded.
Can also replace htmlmail()
in syncd.cpp
.