Project

General

Profile

« Previous | Next » 

Revision 54447

Added by Sofia Baltzi over 5 years ago

Add email's body initialization

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/app/utils/email/composer.ts
103 103
    return formattedEmail;
104 104
  }
105 105

  
106
  public static initializeInvitationEmailsBody(communityId: string, communityTitle: string): string {
107
    return '<p>You are invited to subscribe to <a href="https://beta.' + communityId + '.openaire.eu/">'
108
           + communityTitle + '</a> dashboard.<br>'
109
           + 'The purpose of this dashboard  is to gather, link &amp; monitor the research results related to your community.</p>'
110
           + '<p>The community dashboard is part of the <a href="https://connect.openaire.eu/">OpenAIRE-Connect</a> '
111
           + 'project and currently is in BETA version.'
112
           + '</p>';
113
  }
114

  
106 115
}

Also available in: Unified diff