commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / drupal / modules / civicrm_rules / email_rules_export.txt
1 array (
2 'rules' =>
3 array (
4 'rules_1' =>
5 array (
6 '#type' => 'rule',
7 '#set' => 'event_mailing_test',
8 '#label' => 'Send Mail to Scheduling Services',
9 '#active' => 1,
10 '#weight' => '0',
11 '#categories' =>
12 array (
13 ),
14 '#status' => 'custom',
15 '#conditions' =>
16 array (
17 ),
18 '#actions' =>
19 array (
20 0 =>
21 array (
22 '#weight' => 0,
23 '#type' => 'action',
24 '#settings' =>
25 array (
26 'to' => 'conference.services@example.com',
27 'from' => '',
28 'subject' => 'New Scheduling Services Email: {mailing.subject}',
29 'message' => 'A new mailing has been scheduled: {mailing.name}
30
31 You can review the mail here: {mailing.editURL}
32 You can schedule the mail here: {mailing.scheduleURL}
33
34 The content of the email is:
35 <pre>
36 {mailing.html}
37 </pre>
38 ',
39 ),
40 '#name' => 'rules_action_civicrm_mailing_send_email',
41 '#info' =>
42 array (
43 'label' => 'Send Email',
44 'arguments' =>
45 array (
46 'mailing' =>
47 array (
48 'type' => 'mailing',
49 'label' => 'Send Email',
50 ),
51 ),
52 'module' => 'CiviCRM Mailing',
53 ),
54 ),
55 ),
56 '#version' => 6003,
57 ),
58 'rules_2' =>
59 array (
60 '#type' => 'rule',
61 '#set' => 'event_mailing_scheduled',
62 '#label' => 'Send Mail to Print Production',
63 '#active' => 1,
64 '#weight' => '0',
65 '#categories' =>
66 array (
67 ),
68 '#status' => 'custom',
69 '#conditions' =>
70 array (
71 ),
72 '#actions' =>
73 array (
74 0 =>
75 array (
76 '#weight' => 0,
77 '#info' =>
78 array (
79 'label' => 'Send Email',
80 'arguments' =>
81 array (
82 'mailing' =>
83 array (
84 'type' => 'mailing',
85 'label' => 'Send Email',
86 ),
87 ),
88 'module' => 'CiviCRM Mailing',
89 ),
90 '#name' => 'rules_action_civicrm_mailing_send_email',
91 '#settings' =>
92 array (
93 'to' => print.production@example.com',
94 'from' => '',
95 'subject' => 'New Email to Print Production: {mailing.subject}',
96 'message' => 'A new mailing has been scheduled: {mailing.name}
97
98 You can review the mail here: {mailing.viewURL}
99 You can approve the mail here: {mailing.approveURL}
100
101 The content of the email is:
102 <pre>
103 {mailing.html}
104 </pre>
105 ',
106 ),
107 '#type' => 'action',
108 ),
109 ),
110 '#version' => 6003,
111 ),
112 ),
113 )