Send attachment over 10 MB

I try to send an attachment in newsletter doc over than 10 MB but getting failed is there any solution

Probably a setting that you need to adjust in php.ini (eg. below using 40MB - but you can use any value you prefer)

; Maximum allowed size for uploaded files.
upload_max_filesize = 40M
; Must be greater than or equal to upload_max_filesize
post_max_size = 40M

I could be mistaken, but I don’t believe php is involved at all. Isn’t ERPNext a Python app?

1 Like

:blush::joy: you make a valid point! oops. I guess I’m having a monday :rofl:

2 Likes

Having read the problem again (properly this time) - it seems like your email provider has an attachment restriction, so you’ll probably have to adjust this in your email system.

Thanks for response do you mean the master sender email account on the system

There is also a config setting on each email account within ERPNext in Setup. You may wish to check what this is set to. I’m not sure what the default value is.