| Author |
Message size exceeds fixed maximum message size
|
s mahen perera
Ranch Hand
Joined: Mar 08, 2005
Posts: 101
|
|
Hi , 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 Thanks
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
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).
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
s mahen perera
Ranch Hand
Joined: Mar 08, 2005
Posts: 101
|
|
hmm.. Thanks Paul
|
 |
 |
|
|
subject: Message size exceeds fixed maximum message size
|
|
|