From the course: React: Authentication (2021)
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Setting up an email provider - React.js Tutorial
From the course: React: Authentication (2021)
Setting up an email provider
- Okay, well, now we know what the basic process for Email verification looks like. So let's get started implementing it in our own app. Now, obviously the ability to send emails from a notes server is a very important thing to be able to do for email verification. So the first step we're going to be taking here is setting up an email provider for ourselves. And an email provider is essentially just a company or service of some kind that takes care of sending emails on our behalf. And for this course we're going to be using a provider called SendGrid which is generally much more user-friendly than other services like Mailgun or Amazon SES. So your first step obviously is going to be to create an account. You can do this free without providing any kind of credit card information. I just figured there wasn't any point in me walking you through that since it's fairly straightforward. And once you've done that you should…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
The basic email verification process2m 51s
-
(Locked)
Setting up an email provider5m 40s
-
(Locked)
Sending emails from Node8m 15s
-
(Locked)
Integrating verification tokens8m 20s
-
Creating a verify email page5m 11s
-
(Locked)
Adding a verify email route5m 40s
-
(Locked)
Creating a verification landing page6m 8s
-
(Locked)
Handling successful and failed verifications5m 8s
-
-
-
-
-
-