UTL_MAIL with Attachments limitation
Hi,
There is a size restriction of 32K on Oracle UTL_MAIL with the sub program.
UTL_MAIL.SEND_ATTACH_VARCHAR2
Is there any chance of that being increased to say 20MB? that is the max allowed size on MS outlook for attachments. We have a requirement of the same sending data.
I can use the same from Unix cmd line with mailx to add as an attachment with 20MB size. Will
UTL_MAIL.SEND_ATTACH_VARCHAR2
be able to support the same?
Thanks in advance for your response.