Skip to content

ShankyTiwari/How-to-Send-e-mail-using-GoLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

go get -d ./...

Starting the GO server

Below command will start the GO server.

go build