Anuncios Libros Cursos Categorías

Sending emails in Django using Mailtrap

08-01-2026 - Andrés Cruz

Sending emails in Django using Mailtrap

We will use the Mailtrap service to send test messages, we will configure Mailtrap and the Django app to test password recovery.


Flask Mail to send emails

06-01-2026 - Andrés Cruz

Flask Mail to send emails

Flask Mail allows you to send emails with HTML using a pre-configured SMTP client in the Flask application; let's see how to install, configure, and use the package.