go-gomail / gomail

The best way to send emails in Go.
MIT License
4.29k stars 569 forks source link

How to download it? #184

Open Paypau1 opened 1 year ago

Paypau1 commented 1 year ago

Can someone please tell me how to download the software? I have downloaded the ZIP file but then my computer is not recognizing the file type for this.

Would be really helpful

wneessen commented 1 year ago

What do you mean by "download"? This is a go package that you can import into your source code using the go get mechanism: go get gopkg.in/gomail.v2 and then incorporate it into your source code.