Videos
Check out our tutorial video series.
How to diagnose 554 smtp errors and configure your mail client to send email correctly to custom domains with MailSlurp
When sending or receiving emails in MailSlurp you must understand that there are two types of inbox:
SMTP Inbox
-- Typically has address ending in or a custom domain you have created
-- Can be accessed via SMTP and IMAP (see your dashboard for username and password)
HTTP inbox
-- Usually ends in or a custom domain that you use.
-- Still has SMTP server but cannot be accessed directly with username and password
-- No IMAP support as uses AWS SES behind the scenes
The first step to find out the source of a 554 email error is to determine that your inbox is type SMTP:
If your inbox ends in we can use the
command to find the
records associated with it.
Notice the answer section contains an MX record pointing to . We can telnet to the server to test SMTP access.
MailSlurp SMTP server runs on ports:
Use telnet to connect to MailSlurp:
The result of which looks something like this:
If you see this the server is running and can be reached. Next we will try send an email to an inbox.
First create an SMTP inbox using your API_KEY and SDK or the dashboard.
Check out our tutorial video series.
Email and SMS guides for automation and testing.
View github project code for multiple languages.
Latest posts from the MailSlurp team.
Test, build, and automate messaging with a free MailSlurp account.