mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 13:27:38 +00:00
feat(notification): add to field for email (#327)
This commit is contained in:
@@ -67,6 +67,7 @@ const notifications = {
|
||||
},
|
||||
email: {
|
||||
password: envOrString(process.env.EMAIL_PASSWORD),
|
||||
to: envOrString(process.env.EMAIL_TO, envOrString(process.env.EMAIL_USERNAME)),
|
||||
username: envOrString(process.env.EMAIL_USERNAME)
|
||||
},
|
||||
phone: {
|
||||
|
||||
Reference in New Issue
Block a user