Someone please help me with this. I am getting the following error when sending big attachments using the Java Mail API. Any clue as to how i can increase this maximum mail size?
javax.mail.SendFailedException: Sending failed; nested exception is: javax.mail.MessagingException: 552 4.3.1 Message size exceeds fixed maximum message size
Sounds like an SMTP server configuration issue. If its coming from your own SMTP server, you could see what you can do to increase the allowed size (your server documentation should cover this somewhere).