How to send email in APEX with .XLS attachment
663227Nov 23 2008 — edited Nov 24 2008Hi,
I knwo APEX supports email packages but I couldn't find a good example of how to use it. I can easily understand how to use the APEX_MAIL.SEND package but don't know how to use APEX_MAIL.ADD_ATTACHMENT.
APEX_MAIL.ADD_ATTACHMENT requires a BLOB variable with binary content. I know i need to put the file content into this variable but how do I populate the variable with binary content.
Please show me some working example.
Thanks
Karthik