Skip to content

Commit c90cd27

Browse files
authored
Update readMe.md
1 parent 50c9938 commit c90cd27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Forgot/Reset Passwords in Golang with SMTP HTML Email
22

3-
![Forgot/Reset Passwords in Golang with SMTP HTML Email](https://codevoweb.com/wp-content/uploads/2022/08/Forgot-Reset-Passwords-in-Golang-with-SMTP-HTML-Email.webp)
4-
53
This article will teach you how to add a secure forgot/reset password feature to a Golang RESTful API application. We will generate the HTML Email templates with the standard Golang template package and send them via SMTP with the Gomail package.
64

5+
![Forgot/Reset Passwords in Golang with SMTP HTML Email](https://codevoweb.com/wp-content/uploads/2022/08/Forgot-Reset-Passwords-in-Golang-with-SMTP-HTML-Email.webp)
6+
77
## Topics Covered
88

99
- Forgot Password and Password Reset Flow

0 commit comments

Comments
 (0)