Free SMTP testing service

Hi Wapplers,
I’m looking for a free SMTP server for testing email functionality. Most of the available services are paid, wherever I found https://www.wpoven.com/tools/free-smtp-server-for-testing but it didn’t work!

SMTP settings

You can use it for testing email functionality of your application.

  • Step 1 : Simply use smtp.freesmtpservers.com ( port 25 ) as the smtp server address.
  • Step 2 : Send emails as you would normally.
  • Step 3 : Access the inbox by adding either the receiving address or the sending address in the form above.

Did I miss something?
Any suggestions or past experience for an easy and free service provider for testing the site?

Thank you,
Sami

Normally, internet service providers (ISP) have an SMPT service available. That is the one that I use when testing.

1 Like

https://www.mailjet.com/pricing/ - completely free 6,000 emails/month | 200 emails per day
Using for my personal services. Works like a charm!

3 Likes

My personal favourite is https://mailtrap.io/
It doesn’t actually send an email but catches every outgoing email in one virtual inbox, so you don’t need to use and mess up your personal email account for development, just use as normal, even with live users data to test transactional emails etc and when your site is ready for production, just change the smtp server to a live one and call it a day.

1 Like

Thank you so much @ben, @Notum, and @m_gabor.
https://mailtrap.io/ worked from that first trail.

1 Like