updates
parent
0dc516b2bd
commit
f68fff2a8b
|
@ -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}
|
||||||
|
|
||||||
|
|
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue