Namespace: email

$volt.email

Email Plug-in Library - this API is beta quality and should only experience moderate change.

Source:

Methods

(static) send(subject, text, callbackopt)

Send an email to the logged in user.

Parameters:
Name Type Attributes Description
subject string

the email's subject

text string

the email's body

callback voltCallback <optional>

no data is returned upon success - if not passed, a promise is returned

Source: