An open API service indexing awesome lists of open source software.

https://github.com/shankytiwari/how-to-send-e-mail-using-golang

Send e-mail using GoLang using smtp package
https://github.com/shankytiwari/how-to-send-e-mail-using-golang

email-sender emails golang golang-email golang-examples

Last synced: 3 months ago
JSON representation

Send e-mail using GoLang using smtp package

Awesome Lists containing this project

README

        

# How to Send e-mail using GoLang

How to Send e-mail using GoLang and wrote a small program to demonstrate the same.

## Installtion

Below command will Install all the dependencies recursively.

```bash
go get -d ./...
```

## Starting the GO server

Below command will start the GO server.

```bash
go build
```