posted 14 years ago
Hi All,
I am using the below code part to send mails with attachments.
The above code works with files having size upto 6 MB. For files greater than 6 MB, I am getting the below exception thown at line number 31:
javax.mail.SendFailedException: Sending failed;
nested exception is:
class javax.mail.MessagingException: 552 #5.3.4 message size exceeds limit
Could you guys consider sorting out this issue?
Thanks>