EDIT:Here is a DEBUG of the actual sending (masked some information):
DEBUG: not loading system providers in <java.home></a>/libDEBUG: not loading optional custom providers file: /META-INF/javamail.providersDEBUG: successfully loaded default providersDEBUG: Tables of loaded providersDEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]}DEBUG: Providers Listed By Protocol: {imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]}DEBUG: not loading optional address map file: /META-INF/javamail.address.mapDEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]DEBUG SMTP: useEhlo true, useAuth falseDEBUG: SMTPTransport trying to connect to host "nnn.nnn.n.nnn", port nnDEBUG SMTP RCVD: 220 xxxx.xxxxxxxxxxx.xxx SMTP; Mon, 23 Mar 2009 15:18:57 +0800DEBUG: SMTPTransport connected to host "nnn.nnn.n.nnn", port: nnDEBUG SMTP SENT: EHLO xxxxxxxxxDEBUG SMTP RCVD: 250 xxxx.xxxxxxxxxxx.xxx HelloDEBUG SMTP: use8bit falseDEBUG SMTP SENT: MAIL FROM:<a href="newmsg.cgi?mbx=Main&to=xxxx@xxxxxxxxxxx.xxx"><xxxx@xxxxxxxxxxx.xxx></a>DEBUG SMTP RCVD: 250 <a href="newmsg.cgi?mbx=Main&to=xxxx@xxxxxxxxxxx.xxx"><xxxx@xxxxxxxxxxx.xxx></a>... Sender okDEBUG SMTP SENT: RCPT TO:<yyyyyyyy@yyyyy.yyy.yy>DEBUG SMTP RCVD: 250 <yyyyyyyy@yyyyy.yyy.yy>... Recipient okDEBUG SMTP SENT: DATADEBUG SMTP RCVD: 354 Enter mail, end with "." on a line by itselfDEBUG SMTP SENT: DEBUG SMTP RCVD: 550 Requested action not taken: NUL characters are not allowed.
