Server
Accounts.sendVerificationEmail(userId, [email])
import { Accounts } from 'meteor/accounts-base'
Source Send an email with a link the user can use verify their email address.
Arguments
- userId String
-
The id of the user to send email to.
- email String
-
Optional. Which address of the user's to send the email to. This address must be in the user's
emails
list. Defaults to the first unverified email in the list.
Please login to continue.