-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update(express-smtp-mailer): release version 1.2.0
- Loading branch information
1 parent
7d33bd6
commit f37440c
Showing
17 changed files
with
3,744 additions
and
3,673 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
SMTP_DEV_FROM="[email protected]" | ||
SMTP_DEV_EMAIL="[email protected]" | ||
SMTP_FROM_EMAIL="[email protected]" | ||
|
||
SMTP_TO_EMAIL="[email protected]" | ||
SMTP_TO_PASSWORD="****************" | ||
|
||
SMTP_DEV_FROM="[email protected]" | ||
SMTP_DEV_EMAIL="[email protected]" | ||
SMTP_DEV_PASSWORD="****************" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Node build artifacts | ||
node_modules | ||
npm-debug.log* | ||
npm-error.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Local development | ||
.dev | ||
.DS_Store | ||
.env | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
# Docker | ||
Dockerfile | ||
docker-compose.yml | ||
|
||
# Vendor JS files | ||
vendor.js | ||
main.js | ||
maplace-active.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
on: | ||
push: | ||
branches: [main] | ||
branches: [main] | ||
pull_request: | ||
branches: [main] | ||
branches: [main] | ||
|
||
os: [linux] | ||
dist: xenial | ||
dist: focal | ||
|
||
language: node_js | ||
node_js: | ||
- "stable" | ||
- 'stable' | ||
cache: | ||
directories: | ||
- "node_modules" | ||
directories: | ||
- 'node_modules' | ||
|
||
script: | ||
- echo 'Starting Build' | ||
- echo 'Installing Dependencies' | ||
- npm install | ||
- echo 'Running Tests' | ||
- mocha | ||
- echo 'Starting Build' | ||
- echo 'Installing Dependencies' | ||
- npm install | ||
- echo 'Running Tests' | ||
- mocha | ||
|
||
notifications: | ||
email: | ||
recipients: | ||
- [email protected] | ||
- [email protected] | ||
on_success: change | ||
on_failure: always | ||
email: | ||
recipients: | ||
- [email protected] | ||
- [email protected] | ||
on_success: change | ||
on_failure: always |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.