6. Email Confirmation
Learning Objectives
By the end of this chapter, you will be able to:
- Send out plaintext and HTML format emails using the Mailgun API
- Create a token for account activation using the itsdangerous package
- Utilize the entire workflow for user registration
- Develop applications using the benefits of environment variables
This chapter covers how to use an email package to develop an email activation feature on the food recipe sharing platform for user registration as well as email verification.