Skip to content

Commit df6da88

Browse files
committed
[1]. nodemi version-> 1.0.4, [2]. core-> crate mail, [3]. nodemi cli->create mail
1 parent e75ab84 commit df6da88

20 files changed

+1531
-853
lines changed

.env.example

+5
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ MEDIA_FIREBASE_STORAGE_BUCKET=gs://xxxxxx.appspot.com # firebase storage bucket
2626
MEDIA_FIREBASE_SERVICE_ACCOUNT=firebaseServiceAccount.json # firebase service account
2727
# ~~~~~~~~~~~~~~~~ LOCALE
2828
LOCALE_USE=false
29+
# ~~~~~~~~~~~~~~~~ MAIL
30+
MAIL_HOST= #example: smtp.gmail.com
31+
MAIL_PORT=587
32+
MAIL_USERNAME=
33+
MAIL_PASSWORD=

0 commit comments

Comments
 (0)