summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfmail.tag
blob: a7d592ef904c240f00a006cd7a76515d2b775dfd (plain)
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
30
31
32
33
34
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfmail">
	<attr name="to" />
	<attr name="from" />
	<attr name="cc" />
	<attr name="bcc" />
	<attr name="subject" />
	<attr name="type" type="list">
		<items><item>HTML</item></items>
	</attr>
	<attr name="maxrows" />
	<attr name="MIMEattach" />
	<attr name="query" />
	<attr name="group" />
	<attr name="groupcasesensitive" type="list">
		<items>
			<item>Yes</item>
			<item>No</item>
		</items>
	</attr>
	<attr name="startrow" />
	<attr name="server" />
	<attr name="port" />
	<attr name="mailerID" />
	<attr name="timeout" />
	<attr name="spoolenable" type="list">
		<items>
			<item>Yes</item>
			<item>No</item>
		</items>
	</attr>
</tag>
</TAGS>