Different ways to send an email with GolangGovind Malviya·Aug 3, 2020·1 min readIn this blog, we’ll look at different methods to send an email with Go, First, we will explore the inbuilt SMTP package, then we will move to use a popular package Gomail and finally, we will send HTML emails using custom templates. Read On golang