Source code of tbs_us_examples_email.htm

  1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>TinyButStrong - Example of emailing</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="./tbs_us_examples_styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="main-body">
  <h1>Example of emailing</h1>
  <div id="example">
  
    <p>
        TinyButStrong can be used for merging any template containg text, not only HTML or XML.
        This example shows how to make an emailing using a simple TXT template.
    </p>

    <h4>Contents to be sent</h4>
  
    <pre style="border: solid 1px #808080; padding: 4px;">To: [demo_result.to;block=pre]
Subject: [demo_result.subject]
[demo_result.body;strconv=nobr]
</pre>

  </div>
</div>
</body>
</html>