Accounts.sendVerificationEmail

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.

doc_Meteor
2016-05-29 17:17:40
Comments
Leave a Comment

Please login to continue.