0.4.0 • Published 10 months ago

@brewww/nestjs-notification-module v0.4.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
10 months ago

Purpose

This package is developed to be used in NestJS projects. The purpose of the module is to use notification service more easily and effectively in NestJS projects.

Requirements

Variable NameDescriptionRequiredDefault
EMAIL_SERVICEThe email service provider to be usedYes-
EMAIL_FROMThe sender email addressYes-
EMAIL_SUBJECTDefault subject for emailsNo"Notification"
AWS_SES_REGIONAWS SES service regionYes-
AWS_SES_ACCESS_KEY_IDAWS SES access key IDYes-
AWS_SES_SECRET_ACCESS_KEYAWS SES secret access keyYes-
SMTP_HOSTSMTP server addressYes-
SMTP_USERSMTP user nameYes-
SMTP_PASSWORDSMTP passwordYes-
SENDGRID_API_KEYSendGrid API keyYes-
SMS_SERVICEThe SMS service provider to be usedYes-
MUTLUCELL_USERNAMEMutlucell user nameYes-
MUTLUCELL_PASSWORDMutlucell passwordYes-
MUTLUCELL_ORIGINATORMutlucell message sender name (originator)Yes-
MUTLUCELL_API_URLMutlucell API URLYes-

Conclusion

These instructions will help you start, configure, test, and use the nestjs-notification-module project.

License

NestJS Plugin Module is MIT licensed.