Local Email Debugging with Mailpit
A developer's guide to replacing the deprecated Mailhog with Mailpit for local email testing and debugging in development environments.
A developer's guide to replacing the deprecated Mailhog with Mailpit for local email testing and debugging in development environments.
A guide to getting 15GB of free storage for a business email by forwarding it to a free Google account and configuring SMTP for sending.
A developer reflects on the xendmail project, a sendmail-compatible tool for email dispatch, discussing its successes and key shortcomings.
Analyzes the limitations of the classic sendmail MTA in modern multi-user systems and proposes a more secure, user-configurable replacement.
A developer documents their journey of implementing a basic SMTP server in Go to receive emails from Gmail, covering DNS setup and firewall configuration.
Live stream covering WordPress wp_mail() performance testing with SMTP plugins, Mailgun, and Postfix for reliable email delivery.
A blog post discussing email security, privacy, and SMTP features, based on a university talk given by the author.
A tutorial on configuring and sending emails from an ASP.NET Core application using Gmail and Hotmail SMTP servers.
A technical guide on creating a Cloud 66 deploy hook to automate Postfix SMTP installation and configuration on a server.
A tutorial on how to implement email sending functionality in a Django web application using Gmail's SMTP server.
Explains how to send emails from Windows Azure applications using SendGrid and asynchronous queues for scalability.
A guide to configuring .NET applications and IIS SMTP server to send email using Amazon SES, including setup steps and configuration examples.
A guide for .NET developers on using IIS's SMTP feature to safely test email delivery code locally without sending real emails.
A developer shares a custom ASP.NET SendMailControl for sending templated emails, similar to built-in controls like PasswordRecovery.