Skip to content

Commit

Permalink
fix send mail
Browse files Browse the repository at this point in the history
  • Loading branch information
khanh1902 committed Jun 2, 2024
1 parent 51e8e6d commit 8216220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const botSendMail = async (to, subject, template, contactId) => {
method: "POST",
url: PROXY_DOMAIN + "/bot-mail/send",
data: {
from: '[email protected]',
to,
subject,
contactId,
Expand Down

0 comments on commit 8216220

Please sign in to comment.