Skip to content

Instantly share code, notes, and snippets.

View sithuwin93's full-sized avatar
💭
I may be slow to respond.

Si Thu Win sithuwin93

💭
I may be slow to respond.
View GitHub Profile
@sithuwin93
sithuwin93 / main.go
Created September 9, 2021 03:36 — forked from ivanmrchk/main.go
Sending email template with golang using gomail v2 and attaching files.
package main
import (
"bytes"
"html/template"
"log"
gomail "gopkg.in/gomail.v2"
)