Hi,
Is there a configuration to set the max size of an email in outsystems?
Hanz wrote:
I checked but no such configuration available for email length. what do you want to achieve with that?
Hi Hanz,
Indeed, there is no such email configuration within the OutSystems platform.
What you could do is build your own Email function that checks the maximum length of an email and place it before each SendEmail tool in your application logic. You would then only allow sending the email if the length does not exceed the threshhold you set.
It was suggested in this post which you can take a look at for more details.
Regards,
Nordin
Hi
Thanks for the reply. If no such thing, did you know the default maximum email size?
Thank you
I guess that would depend on the maximum email size your SMTP server can handle.
Hi Nordin,
Noted. Thanks a lot.
You're welcome Hanz!