merge-requests/25/merge
Matthew 2021-03-29 02:04:12 -04:00
parent 0dc516b2bd
commit f68fff2a8b
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
2 changed files with 3 additions and 1 deletions

View File

@ -65,6 +65,7 @@ export default class Root extends Route {
this.server.client.util.transporter.sendMail({ this.server.client.util.transporter.sendMail({
to: 'all-staff@lists.libraryofcode.org', to: 'all-staff@lists.libraryofcode.org',
from: 'Board Register System <internal@staff.libraryofcode.org>', from: 'Board Register System <internal@staff.libraryofcode.org>',
subject: `EXECUTIVE ORDER ${id}`,
text: ` text: `
EXECUTIVE ORDER ${id} EXECUTIVE ORDER ${id}
@ -100,6 +101,7 @@ export default class Root extends Route {
this.server.client.util.transporter.sendMail({ this.server.client.util.transporter.sendMail({
to: 'all-staff@lists.libraryofcode.org', to: 'all-staff@lists.libraryofcode.org',
from: 'Board Register System <internal@staff.libraryofcode.org>', from: 'Board Register System <internal@staff.libraryofcode.org>',
subject: `RESOLUTION ${id}`,
text: ` text: `
RESOLUTION ${id} RESOLUTION ${id}

View File

@ -105,7 +105,7 @@ export default class MessageReactionAdd extends Event {
this.client.util.transporter.sendMail({ this.client.util.transporter.sendMail({
to: 'all-staff@lists.libraryofcode.org', to: 'all-staff@lists.libraryofcode.org',
from: 'Board Register System <internal@staff.libraryofcode.org>', from: 'Board Register System <internal@staff.libraryofcode.org>',
subject: `Proclamation ${proc.oID}`, subject: `PROCLAMATION ${proc.oID}`,
text: ` text: `
PROCLAMATION ${proc.oID} PROCLAMATION ${proc.oID}