Skip to content

Commit bc5cd2c

Browse files
authored
Update readMe.md
1 parent b1ce65c commit bc5cd2c

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

readMe.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
# CRUD RESTful API with Golang + MongoDB + Redis + Gin Gonic
1+
# API with Golang + MongoDB: Send HTML Emails with Gomail
2+
3+
In this article, you'll learn how to send HTML emails with Golang, Gomail, MongoDB-Go-Driver, Redis, and Docker-compose. Also, you'll learn how to generate HTML templates with the standard Golang html/template package.
4+
5+
![API with Golang + MongoDB: Send HTML Emails with Gomail](https://codevoweb.com/wp-content/uploads/2022/05/API-with-Golang-MongoDB-Send-HTML-Emails-with-Gomail.webp)
6+
7+
## Topics Covered
8+
9+
- Send Emails with Golang, MongoDB, and Gomail Overview
10+
- Creating the HTML Email Templates with Golang
11+
- Create an SMTP Provider Account
12+
- Load and Validate Environment Variables Viper
13+
- Create a Utility Function to Send the Emails
14+
- Update the SignUp Controller
15+
16+
Read the entire article here: [https://codevoweb.com/api-golang-mongodb-send-html-emails-gomail](https://codevoweb.com/api-golang-mongodb-send-html-emails-gomail)
17+
18+
Articles in this series:
219

320
### 1. API with Golang + MongoDB + Redis + Gin Gonic: Project Setup
421

0 commit comments

Comments
 (0)