kir-dev / ticketing-api

🛡 Ticketing support system for our user community and the improvement of our services
https://support.kir-dev.sch.bme.hu
1 stars 0 forks source link

Send email to the support team when ticket is created in the corresponding boards #25

Open triszt4n opened 2 years ago

triszt4n commented 2 years ago

When a PUBLIC board receives a ticket, send an email to the support team (might need SMTP server access and tokens by KSZK).

Maybe use node-mailer like in the TanulóSCH project, maybe read this site's guide: https://notiz.dev/blog/send-emails-with-nestjs

triszt4n commented 2 years ago

Maybe even use https://docs.nestjs.com/techniques/events Event emitting like in the board deletion and label deletion logics