Send Mail action - Carriage returns in body using Send Mail
Original Post by Rob Z (Imported from Ardevia Forum)
When using the Send Mail action, how can I insert a carriage return in the body of the message? I hit return when composing the message in the Send Mail action, but when the message gets sent everything is strung together and all carriage returns are ignored.
I would also like to be able to apply some formatting to the message, but I'll settle for getting carriage returns first!
Rob Z
-
Original Post by dany (Imported from Ardevia Forum)
You can use HTML tags to format the mail body. So for carriage return you just append
<br/>
at the end of the line.Two other useful tags are:
<b>Your text here</b> will make your text bold: Your text here
<i>Your text here</i> will make your text italic: Your text here
You'll find more here http://www.w3schools.com/tags/ but not sure which ones work in mail bodys, so you better try out.
/Dany
0 -
Original Post by Rob Z (Imported from Ardevia Forum)
Thanks a lot! That did the trick.
Rob0
Please sign in to leave a comment.
Comments
2 comments