Tag:Send mail in go language
-
A detailed explanation of golang’s method of sending e-mail by using custom template
Preface A few weeks ago, I started working on a portfolio website. Although I can only use react to complete the whole website, I decided to use go to create an API server that can handle some tasks (such as sending email), which I believe is a good practice. One of my pages is a […]