Messaging update
This commit is contained in:
parent
3c9e41bd8d
commit
cf14224a8e
@ -90,10 +90,10 @@ module.exports = {
|
||||
// Create the output text
|
||||
const infoArray = [
|
||||
'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}:`,
|
||||
`Phone: ${mccContractor.phone}`,
|
||||
`Email: ${mccContractor.email}`,
|
||||
`Website:\n${mccContractor.site}\n`,
|
||||
`For support with this transition, please contact:\n${mccContractor.name}`,
|
||||
`${mccContractor.phone}`,
|
||||
`${mccContractor.email}`,
|
||||
`${mccContractor.site}\n`,
|
||||
'For other technical support contact IT Support at ITHelp@MaineCC.edu or (207)453-5079'
|
||||
];
|
||||
const infoString = infoArray.join('\n');
|
||||
|
Loading…
Reference in New Issue
Block a user