diff --git a/src/routes/private/creator/emailtest/+page.svelte b/src/routes/private/creator/emailtest/+page.svelte new file mode 100644 index 0000000..01170b4 --- /dev/null +++ b/src/routes/private/creator/emailtest/+page.svelte @@ -0,0 +1,104 @@ + + +
+

Test Email Sender

+ {#if !authorized} +
+

Google not connected.

+ +
+ {:else} +
+ + + + +
+ {/if} + {#if error} +
{error}
+ {/if} + {#if success} +
{success}
+ {/if} +