|
1 |
| -# RESTful API with Python, FastAPI, Pydantic, SQLAlchemy and Docker |
| 1 | +# RESTful API with Python, SQLAlchemy, & FastAPI: Send HTML Emails |
2 | 2 |
|
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. |
4 | 4 |
|
5 |
| -[RESTful API with Python & FastAPI: Access and Refresh Tokens](https://codevoweb.com/restful-api-with-python-fastapi-access-and-refresh-tokens) |
| 5 | + |
6 | 6 |
|
7 |
| -### 2. RESTful API with Python & FastAPI: Send HTML Emails |
| 7 | +## Topics Covered |
8 | 8 |
|
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 |
10 | 18 |
|
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) |
12 | 20 |
|
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