From 06ab35e61d673ff3566f8a9f6fa80eab7a1f8bf7 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 28 Oct 2019 19:50:45 -0400 Subject: [PATCH] change .us to .org --- src/class/Util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/class/Util.ts b/src/class/Util.ts index d705ff2..2a833ab 100644 --- a/src/class/Util.ts +++ b/src/class/Util.ts @@ -15,7 +15,7 @@ export default class Util { constructor(client: Client) { this.client = client; this.transport = nodemailer.createTransport({ - host: 'staff.libraryofcode.us', + host: 'staff.libraryofcode.org', auth: { user: 'support', pass: this.client.config.emailPass }, }); }