Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

This article will teach you how to create a CRUD RESTful API with Python, FastAPI, SQLAlchemy ORM, Pydantic, Alembic, PostgreSQL, and Docker-compose to perform the basic Create/Read/Update/Delete operations against a database.

Notifications You must be signed in to change notification settings

harendra263/python_fastapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful API with Python, SQLAlchemy, & FastAPI: Send HTML Emails

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.

RESTful API with Python, SQLAlchemy, & FastAPI: Send HTML Emails

Topics Covered

  • Send HTML Email with jinja2 and FastAPI Overview
  • Creating an SMTP Provider Account
  • Validating the Environment Variables with Pydantic
  • Create a Database Model with Sqlalchemy
  • Creating the HTML Email Templates with Jinja2
  • Set up SMTP Email Sender
  • How to Send the HTML Email
  • Update the SignUp Path Operation Function
  • Create a Controller to Verify the Code

Read the entire article here: https://codevoweb.com/restful-api-with-python-fastapi-send-html-emails

1. RESTful API with Python,SQLAlchemy, & FastAPI: Access and Refresh Tokens

RESTful API with Python, SQLAlchemy, & FastAPI: Access and Refresh Tokens

2. RESTful API with Python, SQLAlchemy, & FastAPI: Send HTML Emails

RESTful API with Python, SQLAlchemy & FastAPI: Send HTML Emails

3. CRUD RESTful API Server with Python, FastAPI, SQLAlchemy, and PostgreSQL

CRUD RESTful API Server with Python, FastAPI, SQLAlchemy, and PostgreSQL

About

This article will teach you how to create a CRUD RESTful API with Python, FastAPI, SQLAlchemy ORM, Pydantic, Alembic, PostgreSQL, and Docker-compose to perform the basic Create/Read/Update/Delete operations against a database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.8%
  • HTML 22.1%
  • Shell 3.6%
  • Mako 1.3%
  • Makefile 0.2%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.