sendEmail dh 密钥太小

sendEmail dh 密钥太小

我们使用 sendEmail 与客户邮件服务器交互并从我们的软件发送电子邮件。目前,我正尝试通过 ATT 电子邮件帐户验证发送电子邮件。我不断收到以下错误。我找到了一些关于如何在 sendmail 上修复它的信息,但我没有找到如何使用 sendEmail 修复它。

Nov 18 12:51:06 customer sendEmail[32118]: Message input complete.
Nov 18 12:51:06 customer sendEmail[32118]: DEBUG => Connecting to websitesmail.att.com:587
Nov 18 12:51:07 customer sendEmail[32118]: DEBUG => My IP address is: 192.168.254.4
Nov 18 12:51:08 customer sendEmail[32118]: DEBUG => evalSMTPresponse() - Found SMTP success code: 220
Nov 18 12:51:08 customer sendEmail[32118]: SUCCESS => Received:     220 mail162c45.carrierzone.com ESMTP Bigfoot 1.0; Wed, 18 Nov 2015 18:51:06 +0000
Nov 18 12:51:08 customer sendEmail[32118]: INFO => Sending:     EHLO customer
Nov 18 12:51:08 customer sendEmail[32118]: DEBUG => evalSMTPresponse() - Found SMTP success code: 250
Nov 18 12:51:08 customer sendEmail[32118]: SUCCESS => Received:     250-mail162c45.carrierzone.com Hello [23.102.181.228], pleased to meet you, 250-ENHANCEDSTATUSCODES, 250-8BITMIME, 250-SIZE 52428800, 250-DSN, 250-AUTH LOGIN CRAM-MD5, 250-STARTTLS, 250-DELIVERBY, 250 HELP
Nov 18 12:51:08 customer sendEmail[32118]: DEBUG => The remote SMTP server supports TLS :)
Nov 18 12:51:08 customer sendEmail[32118]: DEBUG => Starting TLS
Nov 18 12:51:08 customer sendEmail[32118]: INFO => Sending:     STARTTLS
Nov 18 12:51:08 customer sendEmail[32118]: DEBUG => evalSMTPresponse() - Found SMTP success code: 220
Nov 18 12:51:08 customer sendEmail[32118]: SUCCESS => Received:     220 2.0.0 Ready to start TLS
Nov 18 12:51:08 customer sendEmail[32118]: ERROR => TLS setup failed: SSL connect attempt failed with unknown errorerror:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

以下是 sendEmail 程序的网站

http://caspian.dotconf.net/menu/Software/SendEmail/#comments

任何帮助都将极其有用。

相关内容