This website requires JavaScript.
Explore
Help
Sign In
MaDgIK
/
openaire-library
Watch
13
Star
0
Fork
You've already forked openaire-library
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
440e23e56f
openaire-library
/
utils
/
email
/
email.ts
7 lines
105 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add email git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53697 d315682c-612b-4755-9ff5-7f18f6832af3
2018-11-09 16:48:01 +01:00
export
class
Email
{
body
:
string
;
subject
:
string
;
[Library | Trunk]: 1. Add compose email for invitation in monitor dashboard. 2. Add messages on invitation modals. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59921 d315682c-612b-4755-9ff5-7f18f6832af3
2020-11-19 18:13:27 +01:00
recipients?
:
string
[
]
;
recipient?
:
string
;
Add email git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53697 d315682c-612b-4755-9ff5-7f18f6832af3
2018-11-09 16:48:01 +01:00
}