Skip to content

Commit c5cd0f5

Browse files
committed
Disable email test mode
1 parent 657ecb8 commit c5cd0f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util/awsSes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Project } from "./dataTypes";
55
const FROM_EMAIL = "noreply@uwbhacks.com";
66
const EMAIL_SRC = `UWB Hacks <${FROM_EMAIL}>`;
77

8-
const TEST_MODE = true;
8+
const TEST_MODE = false;
99
const TEST_EMAIL = "testEmail@gmail.com";
1010
const SEND_DELAY_MS = 100;
1111

0 commit comments

Comments
 (0)