Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
domwong
2021-11-17 16:57:39 +00:00
parent ab4c8ac3f6
commit 2fedd5e747
6 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
const { UserService } = require("m3o/user");
// Send a verification email
// to the user being signed up. Email from will be from 'support@m3o.com',
// to the user being signed up. Email from will be from 'noreply@email.m3ocontent.com',
// but you can provide the title and contents.
// The verification link will be injected in to the email as a template variable, $micro_verification_link.
// Example: 'Hi there, welcome onboard! Use the link below to verify your email: $micro_verification_link'