BUG 0000 Fixed issue with email .. a notice that breaks ajax
When email is using sendmail instead of PHPMailer
This commit is contained in:
@@ -157,7 +157,7 @@ class AppNotes extends BaseAppNotes {
|
||||
$oCase = new Cases ();
|
||||
$aFields = $oCase->loadCase( $appUid );
|
||||
$configNoteNotification['subject']= G::LoadTranslation('ID_MESSAGE_SUBJECT_NOTE_NOTIFICATION')." @#APP_TITLE ";
|
||||
$configNoteNotification['body'] = G::LoadTranslation('ID_CASE') . ": @$APP_TITLE<br />" . G::LoadTranslation('ID_AUTHOR').": $authorName<br /><br />$noteContent";
|
||||
$configNoteNotification['body'] = G::LoadTranslation('ID_CASE') . ": @#APP_TITLE<br />" . G::LoadTranslation('ID_AUTHOR').": $authorName<br /><br />$noteContent";
|
||||
|
||||
if ($sFrom == '') {
|
||||
$sFrom = '"ProcessMaker"';
|
||||
|
||||
Reference in New Issue
Block a user