You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am trying to send a mail with attachment of file size larger than 1mb
I get the following message: Body exceeded 1mb limit
As you see in the link attached this is an issue with the default size limit in next
I am not sure if currently I have an option to increase the size limit.
Describe the solution you'd like
Ability to increase the body size limit.
Two options:
increase the size limit for sendMail route (I could push a fix if necessary)
next.config.js file where you could extend default settings of next..?
Describe alternatives you've considered
Currently I don't have other ones, I am open for ideas.
The text was updated successfully, but these errors were encountered:
I'm up for increasing the size limit and would be happy to review a PR. Thank you for making the issue! That said, are you trying to use sendMail via the REST API? As far as I know, that does not support attachments.
Is your feature request related to a problem? Please describe.
I am trying to send a mail with attachment of file size larger than 1mb
I get the following message:
Body exceeded 1mb limit
As you see in the link attached this is an issue with the default size limit in next
I am not sure if currently I have an option to increase the size limit.
Describe the solution you'd like
Ability to increase the body size limit.
Two options:
Describe alternatives you've considered
Currently I don't have other ones, I am open for ideas.
The text was updated successfully, but these errors were encountered: