25 Feb 2010

Formatting emails using BBCodes

News, Tricks and tips Comments Off

Using BBCodes its possible to give emails a better look, font size, text size and formatting can be applied. The operator must have HTML or Simple HTML set as his or her prefered mail format.

[hr] – Horizontal ruler
[b] Example Text [/b] – Bold text
[i] Example Text [/i] – Italic text
[u] Example Text [/u] – Underline text
[quote]Example Text[/quote] – “Quote” text (translates to the html <blockquote> markup tag)
[size=12] Example Text [/size] – Sets text in scope to size 12 px
[font=verdana] Example Text [/font] – Sets text in scope to use the font “verdana”
[color=red] Example Text [/color] – Sets text in scope to “red” color
[url=http://www.intellipool.se] Example URL [/url] – Creates a link
[img=http://myurl/mypic.png][/img] – inlines an image
Comments are closed.