Skip to content

Commit e269e9c

Browse files
authored
Update readMe.md
1 parent 8de4139 commit e269e9c

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

readMe.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,31 @@
1-
# RESTful API with Python, FastAPI, Pydantic, SQLAlchemy and Docker
1+
# RESTful API with Python, SQLAlchemy, & FastAPI: Send HTML Emails
22

3-
### 1. RESTful API with Python & FastAPI: Access and Refresh Tokens
3+
In this article, you'll learn how to send HTML emails with Python, FastAPI, SQLAlchemy, PostgreSQL, Jinja2, and Docker-compose. Also, you'll learn how to dynamically generate HTML templates with the Jinja2 package.
44

5-
[RESTful API with Python & FastAPI: Access and Refresh Tokens](https://codevoweb.com/restful-api-with-python-fastapi-access-and-refresh-tokens)
5+
![RESTful API with Python, SQLAlchemy, & FastAPI: Send HTML Emails](https://codevoweb.com/wp-content/uploads/2022/07/RESTful-API-with-Python-FastAPI-Send-HTML-Emails.webp)
66

7-
### 2. RESTful API with Python & FastAPI: Send HTML Emails
7+
## Topics Covered
88

9-
[RESTful API with Python & FastAPI: Send HTML Emails](https://codevoweb.com/restful-api-with-python-fastapi-send-html-emails)
9+
- Send HTML Email with jinja2 and FastAPI Overview
10+
- Creating an SMTP Provider Account
11+
- Validating the Environment Variables with Pydantic
12+
- Create a Database Model with Sqlalchemy
13+
- Creating the HTML Email Templates with Jinja2
14+
- Set up SMTP Email Sender
15+
- How to Send the HTML Email
16+
- Update the SignUp Path Operation Function
17+
- Create a Controller to Verify the Code
1018

11-
### 3. CRUD RESTful API Server with Python, FastAPI, and PostgreSQL
19+
Read the entire article here: [https://codevoweb.com/restful-api-with-python-fastapi-send-html-emails](https://codevoweb.com/restful-api-with-python-fastapi-send-html-emails)
1220

13-
[CRUD RESTful API Server with Python, FastAPI, and PostgreSQL](https://codevoweb.com/crud-restful-api-server-with-python-fastapi-and-postgresql)
21+
### 1. RESTful API with Python,SQLAlchemy, & FastAPI: Access and Refresh Tokens
22+
23+
[RESTful API with Python, SQLAlchemy, & FastAPI: Access and Refresh Tokens](https://codevoweb.com/restful-api-with-python-fastapi-access-and-refresh-tokens)
24+
25+
### 2. RESTful API with Python, SQLAlchemy, & FastAPI: Send HTML Emails
26+
27+
[RESTful API with Python, SQLAlchemy & FastAPI: Send HTML Emails](https://codevoweb.com/restful-api-with-python-fastapi-send-html-emails)
28+
29+
### 3. CRUD RESTful API Server with Python, FastAPI, SQLAlchemy, and PostgreSQL
30+
31+
[CRUD RESTful API Server with Python, FastAPI, SQLAlchemy, and PostgreSQL](https://codevoweb.com/crud-restful-api-server-with-python-fastapi-and-postgresql)

0 commit comments

Comments
 (0)