mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 21:03:58 -05:00
4 lines
100 B
JavaScript
4 lines
100 B
JavaScript
export function getEmailSender() {
|
|
return process.env.SES_MAIL_FROM || 'team@freecodecamp.org';
|
|
}
|