Posted By:
Ammad_Amjad
Posted On:
Wednesday, April 3, 2002 11:04 PM
Hello All, Can any body help me out from the following problem. I am working on a email utlity to send and receive text emails. Often but not always it throws the following exception. Mail NOT sent due to javax.mail.SendFailedException: Sending failed; nested exception is: javax.mail.MessagingException: 452 Insufficient Disk space to send mail javax.mail.SendFailedException: Sending failed; nested exception is: javax.mail.MessagingException: 452 Insufficient Disk space to send mail at javax.mail.Transport.send0(Transport.java:219) at javax.mail.Transport.send(Transport.java:81) at com.i2cinc.email.Email.sendEmai
More>>
Hello All,
Can any body help me out from the following problem. I am working on a email utlity to send and receive text emails. Often but not always it throws the following exception.
Mail NOT sent due to javax.mail.SendFailedException: Sending failed;
nested exception is:
javax.mail.MessagingException: 452 Insufficient Disk space to send mail
javax.mail.SendFailedException: Sending failed;
nested exception is:
javax.mail.MessagingException: 452 Insufficient Disk space to send mail
at javax.mail.Transport.send0(Transport.java:219)
at javax.mail.Transport.send(Transport.java:81)
at com.i2cinc.email.Email.sendEmail(Email.java:80)
at com.i2cinc.test.CheckEmail.reply(CheckEmail.java:191)
at com.i2cinc.test.CheckEmail.main(CheckEmail.java:84)
There is a lot of space on my drive and my local email server is working fine. I am not sure why this exception is being thrown.
Regards
Ammad
<<Less