Explore >> Select a destination


You are here

sookocheff.com
| | sylvaindurand.org
3.1 parsecs away

Travel
| |
| | blog.jitendrapatro.me
2.8 parsecs away

Travel
| |
| | techblog.jeppson.org
3.3 parsecs away

Travel
| | I needed to configure Proxmox Mail Gateway to use an authenticated SMTP relay for outgoing mail. There is no way to add a username and password in the PMG GUI; however, you can do it in the command line and it follows standard postfix syntax. Thanks to this post for helping me get it set ... Continue reading Configure Proxmox Mail Gateway to use AnyMX relay ?
| | www.ardanlabs.com
25.1 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 (