Skip to content

Commit

Permalink
Update global email sender address in PPRPluginSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-tosca committed Jan 13, 2025
1 parent d6135a8 commit 320cdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pprOjsPlugin/settings/PPRPluginSettings.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class PPRPluginSettings {

'accessKeyLifeTime' => ['int', 30],
'fileUploadTextOverrideEnabled' => ['bool', null],
'globalEmailSender' => ['string', '[email protected]'],
'globalEmailSender' => ['string', 'peerprereview@pre-review.iq.harvard.edu'],
);
private $pprPlugin;

Expand Down

0 comments on commit 320cdd1

Please sign in to comment.