How to move to a new line at body email

Hello guys i want to ask how to move text to the new line at body email ? and i want to ask that is it possible for us change the size of font ?. PS i was using html body for table

HI @Kelvin1

Try to Use Environment.NewLine code, it’ll take your statement in next line,

for example,

Input : i want to ask how to move text to the new line at body email

And if we write that code as below,

 i want to ask how to move text +Environment.NewLine+ the new line at body email

Output

 i want to ask how to move text
the new line at body email

Regards
Gokul

Check out this thread for change size of the font @Kelvin1

Regards
Gokul

hi @Gokul001 i already tried using vbnewline and environtment.Newline code, it didnt work. Does it didnt work because i check this box? or something?
image

Can you share the HTML content here. In my environment its works. @Kelvin1

Hi @Kelvin1 ,

Use below mentioned website and enter your test value then get HTML outvalue for body of email

Thanks,
Rajkumar

Hi @Kelvin1

In Email check the IsBody html and use (Greatertahnsymbol)br(Lesstansymbol) where ever you need a line break

cheers

Like below

@Kelvin1

Have you tried with <br>

 i want to ask how to move text <br> the new line at body email

Output

i want to ask how to move text
the new line at body email

Regards
Gokul

Hi @Gokul001
How to add date dynamically? cause i want to send that email everyday

HI @Kelvin1

Check out this content

"Dear All,<br>This Is the report For"+DateTime.Now.AddDays(-1).ToString("dd.MM.yyyy")

Regards
Gokul

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.