mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-21 20:36:37 +00:00
use config file instead of env
This commit is contained in:
@@ -6,8 +6,8 @@ import logger from "@server/logger";
|
||||
export async function sendEmail(
|
||||
template: ReactElement,
|
||||
opts: {
|
||||
from: string;
|
||||
to: string;
|
||||
from: string | undefined;
|
||||
to: string | undefined;
|
||||
subject: string;
|
||||
},
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user