Skip to content

feat(smtp): add smtp mail server and api-key check#45

Open
truongduy2611 wants to merge 2 commits intoTypingMind:mainfrom
truongduy2611:feature/smtp-email
Open

feat(smtp): add smtp mail server and api-key check#45
truongduy2611 wants to merge 2 commits intoTypingMind:mainfrom
truongduy2611:feature/smtp-email

Conversation

@truongduy2611
Copy link

  • Add SMTP Mail Server route
  • Add x-api-key header for the routers

to: mailContent.to,
subject: mailContent.subject || '',
text: mailContent.text || '',
html: mailContent.html || '',

Check failure

Code scanning / CodeQL

Client-side cross-site scripting

HTML injection vulnerability due to [user-provided value](1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant