Open ckgmg opened 4 years ago
In src/os_maild/sendmail.c
change the following line
socket = OS_ConnectTCP(SMTP_DEFAULT_PORT, mail->smtpserver);
to
socket = OS_ConnectTCP(465, mail->smtpserver);
Note: This won't automagically support tls or auth though.
All of the above schemes have been tested. Is there a verification statement about whether QQ enterprises post or report errors
the smtp.exmail.qq.com use 465 port,How to configure the mail port to 465?