 
      
    | You are here | schadokar.dev | ||
| | | | | humberto.io | |
| | | | | Learn how to send, receive, and automate your email tasks using Python | |
| | | | | blog.latana.rocks | |
| | | | | ??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 | |
| | | | | 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 | |
| | | In this post, we implement a garbage collector that frees memory no longer used by the executables our compiler creates. | ||