fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [17314] booking: email as html


From: sigurdne
Subject: [Fmsystem-commits] [17314] booking: email as html
Date: Thu, 16 Nov 2017 04:07:41 -0500 (EST)

Revision: 17314
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17314
Author:   sigurdne
Date:     2017-11-16 04:07:41 -0500 (Thu, 16 Nov 2017)
Log Message:
-----------
booking: email as html

Modified Paths:
--------------
    trunk/booking/inc/class.async_task_send_reminder.inc.php
    trunk/booking/inc/class.uiallocation.inc.php
    trunk/booking/inc/class.uibooking.inc.php
    trunk/booking/inc/class.uievent.inc.php
    trunk/booking/inc/class.uisend_email.inc.php

Modified: trunk/booking/inc/class.async_task_send_reminder.inc.php
===================================================================
--- trunk/booking/inc/class.async_task_send_reminder.inc.php    2017-11-16 
09:06:22 UTC (rev 17313)
+++ trunk/booking/inc/class.async_task_send_reminder.inc.php    2017-11-16 
09:07:41 UTC (rev 17314)
@@ -59,7 +59,7 @@
                                {
                                        try
                                        {
-                                               $this->send->msg('email', 
$contact['email'], $subject, $body, '', '', '', $from, '', 'plain');
+                                               $this->send->msg('email', 
$contact['email'], $subject, $body, '', '', '', $from, '', 'html');
 
                                                // status set to 'sent, not 
responded to'
                                                $sql = "update bb_booking set 
reminder = 3 where id = " . $booking['id'];
@@ -97,7 +97,7 @@
                                $subject = 'Rapporter deltakertall';
                                try
                                {
-                                       $this->send->msg('email', 
$event['contact_email'], $subject, $body, '', '', '', $from, '', 'plain');
+                                       $this->send->msg('email', 
$event['contact_email'], $subject, $body, '', '', '', $from, '', 'html');
 
                                        // status set to 'sent, not responded 
to'
                                        $sql = "update bb_event set reminder = 
3 where id = " . $event['id'];

Modified: trunk/booking/inc/class.uiallocation.inc.php
===================================================================
--- trunk/booking/inc/class.uiallocation.inc.php        2017-11-16 09:06:22 UTC 
(rev 17313)
+++ trunk/booking/inc/class.uiallocation.inc.php        2017-11-16 09:07:41 UTC 
(rev 17314)
@@ -556,7 +556,7 @@
                                {
                                        try
                                        {
-                                               $send->msg('email', 
$contact['email'], $subject, $body, '', '', '', $from, '', 'plain');
+                                               $send->msg('email', 
$contact['email'], $subject, $body, '', '', '', $from, '', 'html');
                                        }
                                        catch (phpmailerException $e)
                                        {

Modified: trunk/booking/inc/class.uibooking.inc.php
===================================================================
--- trunk/booking/inc/class.uibooking.inc.php   2017-11-16 09:06:22 UTC (rev 
17313)
+++ trunk/booking/inc/class.uibooking.inc.php   2017-11-16 09:07:41 UTC (rev 
17314)
@@ -702,7 +702,7 @@
                                {
                                        try
                                        {
-                                               $send->msg('email', 
$contact['email'], $subject, $body, '', '', '', $from, '', 'plain');
+                                               $send->msg('email', 
$contact['email'], $subject, $body, '', '', '', $from, '', 'html');
                                        }
                                        catch (phpmailerException $e)
                                        {

Modified: trunk/booking/inc/class.uievent.inc.php
===================================================================
--- trunk/booking/inc/class.uievent.inc.php     2017-11-16 09:06:22 UTC (rev 
17313)
+++ trunk/booking/inc/class.uievent.inc.php     2017-11-16 09:07:41 UTC (rev 
17314)
@@ -615,7 +615,7 @@
                        {
                                try
                                {
-                                       $send->msg('email', $receiver, 
$subject, $body, '', '', '', $from, '', 'plain');
+                                       $send->msg('email', $receiver, 
$subject, $body, '', '', '', $from, '', 'html');
                                }
                                catch (phpmailerException $e)
                                {

Modified: trunk/booking/inc/class.uisend_email.inc.php
===================================================================
--- trunk/booking/inc/class.uisend_email.inc.php        2017-11-16 09:06:22 UTC 
(rev 17313)
+++ trunk/booking/inc/class.uisend_email.inc.php        2017-11-16 09:07:41 UTC 
(rev 17314)
@@ -126,7 +126,7 @@
                        {
                                try
                                {
-                                       $send->msg('email', $contact['email'], 
$subject, $body, '', '', '', $from, '', 'plain');
+                                       $send->msg('email', $contact['email'], 
$subject, $body, '', '', '', $from, '', 'html');
                                        $result['ok'][] = $contact;
                                }
                                catch (phpmailerException $e)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]