addMember envoi de mail ok
This commit is contained in:
parent
1d96834459
commit
21e076b1ee
4 changed files with 65 additions and 0 deletions
5
src/app/models/mail.ts
Normal file
5
src/app/models/mail.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export interface Mail {
|
||||
recipient: string;
|
||||
subject: string;
|
||||
message: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue