Skip to content

Instantly share code, notes, and snippets.

View ivanmrchk's full-sized avatar
🏠
Working from home

ivan marchenko ivanmrchk

🏠
Working from home
View GitHub Profile
@ivanmrchk
ivanmrchk / main.go
Created February 15, 2017 09:45
Sending email template with golang using gomail v2 and attaching files.
package main
import (
"bytes"
"html/template"
"log"
gomail "gopkg.in/gomail.v2"
)