Hi,
I'm sorry for opening a new discussion, but I couldn't find the solution for my problem a couple of hours now....
I'm using the function SO_NEW_DOCUMENT_ATT_SEND_API1 to send ordinary text emails. I have a string, which contains a long text, coming from web dynpro and already containing line breaks. With this string I'm filling the table CONTENT_TXT. The email is being sent correctly.
But my problem now is, that the function is creating a line break in the email, for every new line in the table CONTENT_TXT. I don't want this. I just want to send an email with the string, which already contains the line breaks.
And remember: I'm NOT sending any attachments, like PDF documents. I just want to send plain text without the line breaks coming from table CONTENT_TXT.
Thank you very much for your help!