Hi sachin !!
I m facing problem in big size attachments ..
it always give me exception
javax.mail.SendFailedException: Sending failed;
nested exception is:
javax.mail.MessagingException: 552 Message size exceeds fixed maximum message size
at javax.mail.Transport.send0(Transport.java:218)
at javax.mail.Transport.send(Transport.java:80)
at MailTest.postMail(MailTest.java:82)
at MailTest.main(MailTest.java:19)
Can u tell me how to set the size for large attachments ?
File size upto 1 mb work fine , but file with 2mb size gives me problem ..
Plz reply me Fast , waiting :)
thanx
Regards
Khurram