当发送邮件时,控制台保持错javax.mail.MessagingException: Could not connect to SMTP host: smtp.abc.com, port: 335
最新调试cn.myapps.core.email.runtime.mail.Smtp中sendEmail(Message message)方法,该方法使用的下述代码transport.connect(profile.getSmtpServer(), auth.getUserName(), auth.getPassword());报错。