244
Views
6
Comments
How to configure email max size?
Question

Hi,


Is there a configuration to set the max size of an email in outsystems?

2024-06-19 07-19-32
JitendraYadav

Hanz wrote:

Hi,


Is there a configuration to set the max size of an email in outsystems?


I checked but no such configuration available for email length. what do you want to achieve with that?

2021-08-12 11-00-27
Nordin Ahdi
 
MVP

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

UserImage.jpg
Hanz

Hi 


Thanks for the reply. If no such thing, did you know the default maximum email size? 


Thank you

2021-08-12 11-00-27
Nordin Ahdi
 
MVP

Hi Hanz,

I guess that would depend on the maximum email size your SMTP server can handle.

Regards,

Nordin

UserImage.jpg
Hanz

Hi Nordin,


Noted. Thanks a lot.



2021-08-12 11-00-27
Nordin Ahdi
 
MVP

You're welcome Hanz!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.