Explore >> Select a destination


You are here

schadokar.dev
| | humberto.io
11.4 parsecs away

Travel
| | Learn how to send, receive, and automate your email tasks using Python
| | blog.latana.rocks
10.6 parsecs away

Travel
| | ??Notice: this post is aimed to advanced users who already now how DNS works and can set up a firewall for a network. In this container-dominated era, setting up a software solution for a self-hosted mail server has become surprisingly straightforward, even for those with limited technical expertise. The use
| | www.ardanlabs.com
7.8 parsecs away

Travel
| | I wanted to send an email from my TraceLog package when a critical exception occurred. Fortunately Go's standard library has a package called smpt which can be found inside the net package. When you look at the documentation you are left wanting. I spent 20 minutes researching how to use this package. After fighting through the parameters and bugs, I came up with this sample code: package main import (
| | danilafe.com
64.1 parsecs away

Travel
| In this post, we implement a garbage collector that frees memory no longer used by the executables our compiler creates.