interface MailService {
    sendMail(mailData, opts?): Promise<boolean>;
}

Implemented by

Methods

Methods

Generated using TypeDoc