4 lines
100 B
JavaScript
Raw Normal View History

export function getEmailSender() {
return process.env.SES_MAIL_FROM || 'team@freecodecamp.org';
}