import {singleton} from "decorators/singleton"; import { NetClient} from "net/NetClient"; export const DEFAULT_VERIFY_HTML = `
CEBG needs to confirm your email address is still valid. Please click the link below to confirm you received this mail.
If you're worried about this email being legitimate, you can visit CEBG directly to confirm your email needs verifying. After doing so, please don't forget to click the link above.
` export interface IMailData { from?: string to: string subject?: string text?: string html?: string } const DEFAULT_MSG_DATA: IMailData = { from: '自己人