Messaging update
This commit is contained in:
parent
3c9e41bd8d
commit
cf14224a8e
@ -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');
|
||||||
|
Loading…
Reference in New Issue
Block a user