Merge Angular 16 Irish Monitor to develop #33
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue