feat: Removing unnecessary emails
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,4 +4,5 @@
|
||||
**/migrate.js
|
||||
**/scripts/migrate/*
|
||||
v1/src/config/*.json
|
||||
**/apiConfig.json
|
||||
**/apiConfig.json
|
||||
ignore/*
|
||||
|
||||
@@ -53,7 +53,7 @@ async function sendMailTemplate( receiver, subject, html ){
|
||||
|
||||
async function StandAloneContactEmail( content ){
|
||||
/** Send out the contact email to the default list of people */
|
||||
const receiver_list = ["support@etaviaporte.com", "eduardo.hernandez@etaviaporte.com"];
|
||||
const receiver_list = ["eduardo.hernandez@etaviaporte.com","abel.mejia@etaviaporte.com"];
|
||||
const {name, email, message } = content;
|
||||
for(const receiver of receiver_list){
|
||||
await transporter.sendMail({
|
||||
|
||||
Reference in New Issue
Block a user