Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

encounter error when sending HTML format email

Former Member
0 Likes
454

please reference below codes, when the lt_html has more than one line, the email could not been displayed properly in my inbox.

did you encounter this kind of problem? Pls help, thank you.

document = cl_document_bcs=>create_document(

i_type = 'HTM'

i_text = lt_html

i_length = conlengths

i_subject = 'HTML format email' ).

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
415

Hi,

please show the 3-line html-code that does not work:

in lt_html, also value and/or method to fill for conlengths

Save email as text and show whats there.

This is required for the answer.

Regards,

Clemens

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
416

Hi,

please show the 3-line html-code that does not work:

in lt_html, also value and/or method to fill for conlengths

Save email as text and show whats there.

This is required for the answer.

Regards,

Clemens

Read only

Former Member
0 Likes
415

Thanks sir, think I find the answer, it is the data problem in the IT