Hi, I have created an email package based on demo mail which successfully sends emails in plain text and html with and without attachments of any type.
I now have to modify this package so that it can be used for sending emails containing accented and non-English characters, Updating the html part is easy, just adding a function to replace the non-English characters with their ampersand equivalents. However, when it come to displaying these characters in the subject line, I am having more of a problem. I have base64 encoded the subject line as =?<charset>?B?<encoded string>?= The problem I have is that as this encoded line has a maximum of 78 characters, which works well for short subject lines, how do I concatenate multiple encoded subject lines to display longer subjects? Any help would be greatly appreciated. Thanks, Paul -- You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To post to this group, send email to Oracle-PLSQL@googlegroups.com To unsubscribe from this group, send email to oracle-plsql-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Oracle-PLSQL?hl=en