© 2026 Hashnode
I am building an API because I don’t have time or the energy to build out a full application for my crew. Before I jumped off the deep end on building a Flask API, I first did the blog tutorial found in the documentation. The reasoning was to get use...

Ever tried sending a test email in your Laravel app and ended up spamming your real inbox? If yes, then you’ll love what Mailtrap can do for you. In this tutorial, we’ll walk through how to send and test emails safely in Laravel using Mailtrap, step ...

In this tutorial, I’ll walk you through the process of sending emails in Python using two different methods: The traditional SMTP setup with the built-in ‘smtplib’ module. Mailtrap email API via Mailtrap’s official SDK. If you’re unfamiliar wi...
