canirequire

canirequireDual (CommonJS + ESM) › nodemailer

Is nodemailer ESM-only? Can you require() it?

Easy as cake e-mail sending from your Node.js applications

Last verified Sep 9, 2026 against nodemailer@10.0.1. JSON

Dual (CommonJS + ESM) Dual package — both require() and import work

nodemailer publishes both a CommonJS entry and a native ESM entry (ESM added in 10.0.0). require("nodemailer") and import "nodemailer" both work on every supported Node.js version and in Bun.

Latest
10.0.1 (Sep 7, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
10.0.1
Native ESM since
10.0.0
TypeScript types
Bundled
Node engines
>=20.0.0
Weekly downloads
22.1M
License
MIT-0

Does nodemailer@10.0.1 actually load? Runtime test results

Installed and executed on Sep 9, 2026 with require("nodemailer") from a CommonJS file and import "nodemailer" from an ES module.

Runtimerequire("nodemailer")import "nodemailer"
Node.js 18✓ works✓ works
Node.js 20✓ works✓ works
Node.js 22✓ works✓ works
Node.js 24✓ works✓ works
Node.js 26✓ works✓ works
Bun 1.4✓ works✓ works

How to import nodemailer

ES modules (import)

import nodemailer from "nodemailer";

CommonJS (require)

const nodemailer = require("nodemailer");

Module format by version

Derived from the type, main and exports fields of every stable release on npm (280 versions; the newest 60 shown).

VersionsFormatFirst published
10.0.0 – 10.0.1Dual (CommonJS + ESM)Sep 4, 2026
6.7.5 – 9.1.1CommonJSMay 4, 2022

Frequently asked

Is nodemailer ESM-only?

nodemailer@10.0.1 ships CommonJS and ESM builds. nodemailer publishes both a CommonJS entry and a native ESM entry (ESM added in 10.0.0). require("nodemailer") and import "nodemailer" both work on every supported Node.js version and in Bun.

Can I require nodemailer?

Yes. nodemailer ships a CommonJS entry, so require("nodemailer") works on every Node.js version, alongside the native ESM entry for import.

Does nodemailer work in Bun?

Yes. import "nodemailer" loaded successfully in Bun 1.4 on Sep 9, 2026.

Does nodemailer ship TypeScript types?

Yes. nodemailer bundles its own type declarations; no @types package is needed.

Links

Other dual (commonjs + esm) packages

Similar popularity