You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instance of EmailDeliveryService used for sending emails.
Since this service implements the IAppPkg interface, the recommended way of using it is by registering it in your app initialization script like this:
// appService is an instance of AppService (app-life-cycle-pkg)appService.use(emailDeliveryService);