Production release February 2024 [CONNECT] #34

Merged
konstantina.galouni merged 168 commits from develop into master 2024-02-15 11:04:20 +01:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit abaa7764b9 - Show all commits

View File

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