diff --git a/src/mailgo.ts b/src/mailgo.ts index 6cfed37..fb9dffd 100644 --- a/src/mailgo.ts +++ b/src/mailgo.ts @@ -434,6 +434,7 @@ const mailgoRender = (type = MAIL_TYPE, mailgo: HTMLLinkElement): void => { bodyMail = mailgo.getAttribute("data-body"); } + // TODO test this if ( typeof config?.validateEmail === "undefined" || config?.validateEmail === true