Skip to content

Commit

Permalink
updated email from build-server
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpen committed Oct 12, 2022
1 parent 16e2730 commit 566de03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/build-server/sendEmail.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = function sendEmail( subject, text, emailParameter, emailParamet
winston.log( 'info', 'attempting to send email' );
emailClient.send( {
text: text,
from: 'PhET Build Server <phethelp@colorado.edu>',
from: 'PhET Mail <phetmail@colorado.edu>',
to: emailTo,
subject: subject
},
Expand Down

0 comments on commit 566de03

Please sign in to comment.