[angular-16-irish-monitor | FIXED | DONE]: remove email subject from body

This commit is contained in:
Alex Martzios 2024-01-04 13:36:30 +02:00
parent 5d7e72eb3d
commit abaa7764b9
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ export class Composer {
email.body = "<div style='font-size:" + this.noteBodySize + "'>"
+ "<span><b>Name</b>: " + contactForm.name + "</span><br>"
+ "<span><b>Email</b>: " + contactForm.email + "</span><br>"
+ "<span><b>Subject</b>: " + contactForm.subject + "</span><br>"
+ "<p>" + contactForm.message + "</p>"
+ "</div>";
email.recipients = admins;