File indexing completed on 2024-04-21 06:00:37

0001 INSERT INTO `pling`.`mail_template`
0002 (`mail_template_id`,
0003 `name`,
0004 `subject`,
0005 `text`,
0006 `created_at`,
0007 `changed_at`,
0008 `deleted_at`)
0009 VALUES
0010 (19,
0011 'tpl_user_comment_note_30',
0012 'Moderation Email [%product_title%] opendesktop.org - You Received A New Comment',
0013 '<h2>Hey %username%,</h2>
0014 <p><br />you received a new comment on <b>%product_title%</b></p>
0015 <p><br />Here is what %username_sender% wrote:</p>
0016 <div><br />%comment_text%</div>
0017 <p><br /><br />Please do not reply to the email, but use the comment system for this product instead:<br />
0018 <a href="https://www.opendesktop.org/p/%product_id%/#tab-moderation">%product_title%</a></p>
0019 <p><br /><br />Kind regards,<br />Your openDesktop Team <br /><a href="mailto:contact@opendesktop.org" target="_blank">contact@opendesktop.org</a><br /><br /></p>',
0020 now(),
0021 now(),
0022 null);
0023 
0024 
0025 
0026 INSERT INTO `pling`.`mail_template`
0027 (`mail_template_id`,
0028 `name`,
0029 `subject`,
0030 `text`,
0031 `created_at`,
0032 `changed_at`,
0033 `deleted_at`)
0034 VALUES
0035 (20,
0036 'tpl_user_comment_reply_note_30',
0037 'Moderation Email [%product_title%] opendesktop.org - You received a new reply to your comment',
0038 '<h2>Hey %username%,</h2>
0039 <p><br />you received a new reply to your comment on <b>%product_title%</b></p>
0040 <p><br />Here is what %username_sender% wrote:</p>
0041 <div><br />%comment_text%</div>
0042 <p><br /><br />Please do not reply to the email, but use the comment system for this product instead:<br />
0043 <a href="https://www.opendesktop.org/p/%product_id%/#tab-moderation">%product_title%</a></p>
0044 <p><br /><br />Kind regards,<br />Your openDesktop Team <br /><a href="mailto:contact@opendesktop.org" target="_blank">contact@opendesktop.org</a><br /><br /></p>',
0045 now(),
0046 now(),
0047 null);