Home Reference Source
public class | source

NodeEmailSender

Extends:

EmailSender → NodeEmailSender

Send email using node.js sendmail.

Requires sendmail package.

Method Summary

Public Methods
public

sendImplementation(to: *, from: *, subject: *, body: *): *

Inherited Summary

From class EmailSender
public

Filters to validate address with before sending emails to.

public

async send(to: string, from: string, subject: string, body: string)

Send an email.

public abstract

async sendImplementation(to: string, from: string, subject: string, body: string)

Public Methods

public sendImplementation(to: *, from: *, subject: *, body: *): * source

Override:

EmailSender#sendImplementation

Params:

NameTypeAttributeDescription
to *
from *
subject *
body *

Return:

*