[Infra] Remove nodemailer
and its related dependency
#133
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
released
Description:
nodemailer
package which can be found inside the src/utils/validateEmail/usingMailtrap.ts file.Reference:
Currently, we're using
nodemailer
to use inside ourvalidateEmail
utility. Also right now, we have added onlyMailtrap
as the validation providers which can be found here.Outcome:
nodemailer
, and document the validation process using different providers (for now, just Mailtrap) inside our Docusaurus documentation.CC @agentmilindu
The text was updated successfully, but these errors were encountered: