Skip to content

Instantly share code, notes, and snippets.

View imrinzzzz's full-sized avatar
💀
I'm running low on seratonin

Thanirin Trironnarith imrinzzzz

💀
I'm running low on seratonin
View GitHub Profile
@douglasmakey
douglasmakey / sender.go
Last active January 26, 2025 01:24
Golang - send an email with attachments.
package main
import (
"bytes"
"encoding/base64"
"fmt"
"io/ioutil"
"mime/multipart"
"net/smtp"
"os"