Messaging update

This commit is contained in:
Skylar Grant 2024-09-10 15:48:42 -04:00
parent 3c9e41bd8d
commit cf14224a8e
1 changed files with 4 additions and 4 deletions

View File

@ -90,10 +90,10 @@ module.exports = {
// Create the output text // Create the output text
const infoArray = [ const infoArray = [
'Kennebec Valley Community College is migrating email domains from @kvcc.me.edu to @mainecc.edu.\n', 'Kennebec Valley Community College is migrating email domains from @kvcc.me.edu to @mainecc.edu.\n',
`For support with this transition, please contact ${mccContractor.name}:`, `For support with this transition, please contact:\n${mccContractor.name}`,
`Phone: ${mccContractor.phone}`, `${mccContractor.phone}`,
`Email: ${mccContractor.email}`, `${mccContractor.email}`,
`Website:\n${mccContractor.site}\n`, `${mccContractor.site}\n`,
'For other technical support contact IT Support at ITHelp@MaineCC.edu or (207)453-5079' 'For other technical support contact IT Support at ITHelp@MaineCC.edu or (207)453-5079'
]; ];
const infoString = infoArray.join('\n'); const infoString = infoArray.join('\n');