Email

Email

2 Series
5 Lessons
1h 41m

AdonisJS Mailer adds first-party support for sending emails from your application. It has drivers to support the major players like SparkPost, SES, and Mailgun as well as SMTP support.

Series.

Lessons.

Video preview
Adocasts Plus Exclusive
Exclusive
Sending an Invitation to Join Our Organization

Sending an Invitation to Join Our Organization

In this lesson, we'll begin our organization invite system by first adding the ability to send an invitation email to join our organization.

Video preview
Adocasts Plus Exclusive
Exclusive
Email Changed Notification

Alerting Users When Their Account Email Is Changed

In this lesson, we'll add an additional security step onto our account email change logic, by also notifying the user's old email address about the change.

Video preview
Adocasts Plus Exclusive
Exclusive
Forgot Password
Building with AdonisJS & Inertia #5.6
・
Oct 21, 24

Forgot Password & Password Reset

In this lesson, we'll walk through setting up the complete forgot password flow including, creating a password reset token with time-expiry, sending an email notification with a password reset link, verifying the token, and resetting the users password.

Requiring Email Verification
AdonisJS User Roles #4.0
・
Dec 04, 22

Simple Steps To Require Email Verification In Your AdonisJS App

Learn how to require your users to verify their email address using a Token model with AdonisJS and Lucid ORM.

PDF Invoice Generator
Oct 23, 22

Create a NodeJS PDF Generator that Sends the PDF as an Email Attachment with AdonisJS & Puppeteer

In this lesson, we'll be creating an application that creates a PDF from a styled page using AdonisJS, EdgeJS, and Puppeteer. Then, we'll learn how we can send this PDF as an email attachment.