Change email's subject

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@53964 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
sofia.baltzi 2018-11-26 11:10:17 +00:00
parent b75c2271cb
commit 2f057dbc16
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ export class CommunityEditFormComponent implements OnInit{
private composeEmailForNewManager(communityName: string, newCommunityManagers: any): Email {
this.email.subject = "[OpenAIRE-Connect] " + communityName + ": Welcome new manager";
this.email.body = "<div style='font-size:14px;'><p>Welcome to OpenAIRE Connect</p>"
this.email.body = "<div style='font-size:14px;'><p>Welcome to OpenAIRE Connect!</p>"
+ "<p>You are receiving this e-mail as you were assigned as manager of the community <a href='https://beta."
+ this.communityId + ".openaire.eu/'>" + "\"" + communityName + "\"" + "</a> dashboard. "
+ "In order to access the administration section of your community you must first login using one of the available options. "