为什么老是提示:
DEBUG: setDebug: JavaMail version 1.3.1
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
DEBUG SMTP: useEhlo true, useAuth false
DEBUG SMTP: trying to connect to host "xxx.xxx.com.cn", port 25220 cnwindows.com ESMTP MDaemon 7.0.0; Wed, 28 Apr 2004 11:58:55 +0800
DEBUG SMTP: connected to host "xxx.xxx.com.cn", port: 25EHLO ica-fy5q7hk2l2
250-cnwindows.com Hello ica-fy5q7hk2l2, pleased to meet you
250-ETRN
250-AUTH=LOGIN
250-AUTH LOGIN CRAM-MD5
250-8BITMIME
250 SIZE
DEBUG SMTP: Found extension "ETRN", arg ""
DEBUG SMTP: Found extension "AUTH=LOGIN", arg ""
DEBUG SMTP: Found extension "AUTH", arg "LOGIN CRAM-MD5"
DEBUG SMTP: Found extension "8BITMIME", arg ""
DEBUG SMTP: Found extension "SIZE", arg ""
DEBUG SMTP: use8bit false
MAIL FROM:<[email protected]>
250 <[email protected]>, Sender ok
RCPT TO:<[email protected]>
550 <[email protected]>, Recipient unknown
DEBUG SMTP: Invalid Addresses
DEBUG SMTP:   [email protected]
DEBUG SMTP: Sending failed because of invalid destination addresses
RSET
250 RSET? Well, ok.
QUIT
Sending failed;
  nested exception is:
class javax.mail.SendFailedException: Invalid Addresses;
  nested exception is:
class javax.mail.SendFailedException: 550 <[email protected]>, Recipient unknown