Help
Below you can find server details for your Ethereal accounts.
SMTP configuration
- Host
smtp.ethereal.email- Port
587- Security
STARTTLS
IMAP configuration
- Host
imap.ethereal.email- Port
993- Security
TLS
POP3 configuration
- Host
pop3.ethereal.email- Port
995- Security
TLS
Inbound email
Why is Inbound Email Disabled?
Inbound email functionality was previously enabled by default for all Ethereal.email accounts. Unfortunately, this feature was exploited by cyber criminals due to the ease of creating anonymous accounts. Since it is not feasible to validate each account individually, and Ethereal.email’s primary objective is to provide test endpoints for outbound emails, we have decided to discontinue the inbound email service.
To generate email accounts with inbound access with Nodemailer (v6.9.14 or newer), you have to have the
ETHEREAL_API_KEY environment variable set. You can get this key from Postal System's account page
here if you are a paid subscriber.
$ export ETHEREAL_API_KEY=ef913c6c-3656-4389-bd16-6307d8bf269b
$ node app.js
You can also use the API — both fields are required:
$ curl -X POST https://api.nodemailer.com/user \
-H "Content-type: application/json" \
-H "Authorization: Bearer ef913c6c-3656-4389-bd16-6307d8bf269b" \
-d '{
"requestor": "your.app.name",
"version": "1.2.3"
}'