https://github.com/pardjs/notification
Include mail ๐ฉ and sms ๐ฒ notifications.
https://github.com/pardjs/notification
Last synced: 3 months ago
JSON representation
Include mail ๐ฉ and sms ๐ฒ notifications.
- Host: GitHub
- URL: https://github.com/pardjs/notification
- Owner: pardjs
- License: mit
- Created: 2019-04-02T04:29:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:42:10.000Z (over 2 years ago)
- Last Synced: 2025-03-07T08:46:32.221Z (4 months ago)
- Language: TypeScript
- Size: 3.69 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# notification
[](https://github.com/prettier/prettier)
[](https://greenkeeper.io/)
[](https://travis-ci.com/pardjs/notification)
[](https://coveralls.io/github/pardjs/notification?branch=master)Include mail ๐ฉ and sms ๐ฒ notifications. The notifiaction is a module used to handling Email ans SMS nottifications for pardjs project. it includes.
## Usage
CONFIGURATIONS:
- aliAppId: The `appId` for ali services.
- aliSecret: The `secret` for ali services.
- senderName: The name of the sender
- senderEmail: the sernder email address
- emailTitle: [Optional, '้ฎไปถ้็ฅ Email Notification']The default email title
- aliMailTimeout: [Optional, 3000]the timeout value for aliMail service(ms)```js
import Notification from '@pardjs/notification';const notificationSender = new Notification('#CONFIGURATIONS#');
```