Skip to content

Commit

Permalink
[smarcet]
Browse files Browse the repository at this point in the history
* updated email from on question about track email
  • Loading branch information
smarcet committed Jul 22, 2017
1 parent a3c785d commit 1cbcb95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sample._ss_environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@
define('COA_UNPROCESSED_EMAIL_ROWS_TO', '');
define('COA_UNPROCESSED_EMAIL_ROWS_SUBJECT', '');

// track chair tool
define('TRACK_CHAIR_TOOL_EMAIL_FROM', '');

global $_FILE_TO_URL_MAPPING;
$_FILE_TO_URL_MAPPING[''] = '';
Expand Down
2 changes: 1 addition & 1 deletion summit-trackchair-app/code/TrackChairAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ public function handleEmailSpeakers(SS_HTTPRequest $r)
$subject = "Track chair {$current_user->getName()} has a question about your presentation";
$body = $email;
$email = EmailFactory::getInstance()->buildEmail(
null,
TRACK_CHAIR_TOOL_EMAIL_FROM,
implode(',',$toAddresses),
$subject,
$body
Expand Down

0 comments on commit 1cbcb95

Please sign in to comment.