Buttondown is pretty cool
A review of Buttondown, an email newsletter service that can automatically send content from an RSS feed, ideal for web-first publications.
A review of Buttondown, an email newsletter service that can automatically send content from an RSS feed, ideal for web-first publications.
A guide to configuring multiple Git commit email addresses globally, using folder-based conditional includes in your .gitconfig.
Explains a WordPress wp_mail() issue with Postfix's sender-dependent routing and provides a fix using the phpmailer_init hook.
Live stream covering WordPress wp_mail() performance testing with SMTP plugins, Mailgun, and Postfix for reliable email delivery.
A developer shares his guidelines for freelance software developers, covering communication, email etiquette, and project management for effective collaboration.
Explains how to implement email sending in iOS 14 apps using the `mailto:` URL scheme to open the user's default email client.
A conceptual proposal for BitMaelum, a decentralized, privacy-focused email system designed to replace legacy infrastructure.
A tutorial on implementing a user-friendly feedback feature in iOS apps that allows users to choose their preferred email client (Gmail, Outlook, Spark) instead of defaulting to Apple Mail.
A tutorial on sending emails in Python using SMTP, covering setup, testing servers, and sending HTML emails with attachments.
A developer's update on Sourcehut's progress, including web-based patchsets, and Wayland news like sway improvements and a new book.
Developer updates on email-based tools for software development, including web patch review for sourcehut and new email composition in aerc2 terminal client.
A product manager shares practical tips for using email more effectively to communicate, collaborate, and get better engagement in a tech work environment.
A guide on implementing a contact form email API endpoint directly within a Nuxt 2 SSR application using serverMiddleware.
Analyzes Google's use of the 'embrace, extend, extinguish' strategy against open standards in products like Gmail, AMP, and chat apps.
A tutorial on configuring and sending emails from an ASP.NET Core application using Gmail and Hotmail SMTP servers.
A technical guide on configuring and using SendGrid to send emails from Azure Functions after the GA release, including code examples.
A simple Python tutorial for sending emails using AWS SES with MIME formatting and helper functions.
Laravel 5.3 introduces Mailables, a cleaner way to send emails using dedicated PHP classes instead of complex closures.
Argues for using plain text emails over HTML, citing tracking, security, and usability issues with HTML email.
A tutorial on how to implement email sending functionality in a Django web application using Gmail's SMTP server.