This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!
Miscellaneous BBCodes, including MOD BBCodes which usually require file edits.
-
wijo
- Donators

- Posts: 70
- Joined: Fri Sep 17 2010 5:37 pm
- Real name: Wim
- Country Flag: Netherlands
- Location: Nederland
-
Contact:
Post
by wijo »
Email with prefilled e-mailadress, subject, body.
In the body you have to use the next codes:
%0D%0A for a new line;
%20 for space.
BBcode:
Code: Select all
[post={EMAIL},{TEXT1},{TEXT2}]{TEXT3}[/post]
HTML:
Code: Select all
<a href="mailto:{EMAIL}?Subject={TEXT1}&Body={TEXT2}">{TEXT3}</a>
Help Line:
Code: Select all
e-mail: [post=E-mailadress where to send to,Subject,Body]Title of the link
Demo:
Code: Select all
e-mail: [post=someone@somewhere.sw,Example,This is an example.%0D%0A%0D%0ALine%201;%0D%0ALine%202]Examplemail[/post]
[post=
someone@somewhere.sw,Example,This is an example.%0D%0A%0D%0ALine%201;%0D%0ALine%202]Examplemail[/post][/code]