Dear Ivy Team, When I attach some attachments and total size for attachment greater than about 8MB I can not send email otherwise I can. I don't know whether there is a configuration about it or not. Do you have any idea about it? Thank you Ivy Team asked 23.04.2018 at 05:51 maidanh |
The root cause is:
Your smtp server is telling you that your message is too big. Change the configuration of your smtp server to allow larger messages, or send smaller messages. answered 23.04.2018 at 07:29 Alex Suter ♦♦ Thank you I got it, when i change to other smtp it can sent successful, it depends on smtp server that i'm using
(23.04.2018 at 07:45)
maidanh
please accept this answer :) - clicking on the accept icon
(23.04.2018 at 07:48)
Alex Suter ♦♦
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 23.04.2018 at 05:51
Seen: 1,776 times
Last updated: 23.04.2018 at 07:48
Do you have a stack trace in the log?
I use the "Error Start" when i print "ivy.log.error(exception)" it just a text about "ivy:error:email" nothing else
I found something when i log with "error.stacktrack" see my link https://jsonformatter.org/json-editor/8d259f
I need the real cause: https://answers.axonivy.com/questions/2249/how-to-get-root-cause-of-bpmexception
Or simply:
Or even better: Remove the Error Start. And check the log files.
It could be possible that your email server limits to 8mbs.
I got the rcause Caused by: com.sun.mail.smtp.SMTPSendFailedException: 552 5.3.4 Message size exceeds fixed maximum message size see this link https://jsonformatter.org/json-editor/a7e952 the question is how can i increase it for local and server