Production release February 2024 [CONNECT] #34
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue