我試圖通過發送電子郵件org.apache.commons.mail API在Linux Centos下的Java。com.sun.mail.smtp.SMTPSendFailedException:452 4.4.5磁盤空間不足;稍後再試
我能夠發送電子郵件,但是現在突然當我試圖發送電子郵件,我得到的錯誤 -
com.sun.mail.smtp.SMTPSendFailedException: 452 4.4.5 Insufficient disk space; try again later
at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2114)
at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1618)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1119)
at javax.mail.Transport.send0(Transport.java:195)
at javax.mail.Transport.send(Transport.java:124)
我不理解爲什麼會這樣。任何人都可以幫我解決這個問題。
謝謝
問題不在於您的代碼,但smtp服務器已滿。 – 2012-07-26 07:53:23
謝謝Thorbjørn指着右邊。 – Deepu 2012-07-26 08:26:03