summaryrefslogtreecommitdiffstats
path: root/DefaultRecipient.sopm
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-25 17:13:14 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-25 19:15:59 +0100
commita6737a8116e6145d1556a5359078103734f26a34 (patch)
treef053cce28155d630eca62c79b48156ebb67ed752 /DefaultRecipient.sopm
parent37f18efd3d3195395d029b25a20fda472691cbe9 (diff)
downloadDefaultRecipient-a6737a8116e6145d1556a5359078103734f26a34.tar.gz
DefaultRecipient-a6737a8116e6145d1556a5359078103734f26a34.tar.bz2
DefaultRecipient-a6737a8116e6145d1556a5359078103734f26a34.zip
Add AddCc and AddBcc.
AddBcc does not work because the default template does not support to prefill the bcc.
Diffstat (limited to 'DefaultRecipient.sopm')
-rw-r--r--DefaultRecipient.sopm2
1 files changed, 2 insertions, 0 deletions
diff --git a/DefaultRecipient.sopm b/DefaultRecipient.sopm
index 5f3a160..4ee8dd0 100644
--- a/DefaultRecipient.sopm
+++ b/DefaultRecipient.sopm
@@ -25,6 +25,8 @@
<Column Name="title" Required="true" Size="250" Type="VARCHAR"/>
<Column Name="remove_to" Required="true" Type="SMALLINT"/>
<Column Name="add_to" Required="false" Size="255" Type="VARCHAR"/>
+ <Column Name="add_cc" Required="false" Size="255" Type="VARCHAR"/>
+ <Column Name="add_bcc" Required="false" Size="255" Type="VARCHAR"/>
<Column Name="comments" Required="false" Size="250" Type="VARCHAR"/>
<Column Name="create_time" Required="true" Type="DATE"/>
<Column Name="create_by" Required="true" Type="INTEGER"/>