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