Email Formatting

Hey all,

Couldn’t find a topic on this, so I thought I would ask. How can I format the body of an email with like breaks so it looks like a normal email so:

Hey,

Body

Body line break

thanks,

Blah

If you could help, thanks!

I have figured it out (by asking someone :innocent:)

if you write + vbCr after a string, it will give you a line break

2 Likes

@jamills
You can also use vbLf and vbCrLf for various situations as needed.

The C# syntax Environment.NewLine should work as well.

Is your body content plain text or HTML format? If its HTML then you can use the <br /> markup.

Please vote this relevant feature request post also: Feature Request: Email String Interpolation - Evaluate Variables withing HTML Tag