Deutsches Application Express Forum (ApEx) -- Installation , Engine / SQL , Anwendungen
HTMLDB Engine :  Oracle Apex The fastest message board... ever.
Alles in HTMLDB, Applikationen, Berichte, SQL ... 
Email Versand - Attachment
geschrieben von: Litetouch (82.113.113.---)
Datum:

Hallo zusammen,

mit folgendem Statement/Prozess versende ich Daten per Email.

-------------------------------------------------------------------
DECLARE
l_body CLOB;

BEGIN
for c1 in (select xxx, xxx from xxx) loop
if c1.xxx is not null then

l_body := l_body || c1.xxx || chr(10) || '- ' || c1.xxx || chr(10) || chr(10);

end if;
end loop;

HTMLDB_MAIL.SEND(
P_TO => 'xxx',
P_FROM => 'xxx',
P_BODY => l_body,
P_SUBJ => 'xxx');

apex_mail.push_queue;
END;
-------------------------------------------------------------------

Zusätzlich hätte ich gerne die Daten als Attachment in der Email. Um welche Bausteine müsste der Code ergänzt werden?

Im Voraus Vielen Dank.
Litetouch



Thema Neugierige geschrieben von geschrieben
Email Versand - Attachment 2682 Litetouch
Re: Email Versand - Attachment 1286 cc13
Re: Email Versand - Attachment 1253 Litetouch
Re: Email Versand - Attachment 1245 cc13
Re: Email Versand - Attachment 1628 Litetouch


In diesem Forum dürfen nur registrierte Benutzer schreiben.
This forum powered by Phorum.