Merge Angular 16 Irish Monitor to develop #33
|
@ -332,7 +332,7 @@ export class Composer {
|
||||||
|
|
||||||
public static composeMessageForIrishDashboard(name: string, recipient: string, role: "manager" | "member") {
|
public static composeMessageForIrishDashboard(name: string, recipient: string, role: "manager" | "member") {
|
||||||
let email: Email = new Email();
|
let email: Email = new Email();
|
||||||
email.subject = 'National Open Access Monitor Ireland| ' + name;
|
email.subject = 'National Open Access Monitor Ireland | ' + name;
|
||||||
email.recipient = recipient;
|
email.recipient = recipient;
|
||||||
email.body = '<p>Dear user,</p>' +
|
email.body = '<p>Dear user,</p>' +
|
||||||
'<p>You have been invited to be a ' + role +' of the for the National Open Access Monitor, Ireland dashboard for the ' + name + '.</p>' +
|
'<p>You have been invited to be a ' + role +' of the for the National Open Access Monitor, Ireland dashboard for the ' + name + '.</p>' +
|
||||||
|
|
Loading…
Reference in New Issue