feat: Removing unnecessary emails

This commit is contained in:
Josepablo Cruz
2026-03-23 23:03:12 -06:00
parent 57cd47558a
commit 4aefb75ef6
2 changed files with 3 additions and 2 deletions

View File

@@ -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({