This website requires JavaScript.
Explore
Help
Sign In
forks
/
peertube
Watch
1
Star
0
Fork
You've already forked peertube
0
Code
Releases
Activity
25a42e293b
peertube
/
shared
/
models
/
server
/
contact-form.model.ts
7 lines
105 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Implement contact form on server side
2019-01-09 09:14:29 -05:00
export
interface
ContactForm
{
fromEmail
:
string
fromName
:
string
Feature/subject in contact form (#1926) * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction
2019-06-21 02:49:35 -04:00
subject
:
string
Implement contact form on server side
2019-01-09 09:14:29 -05:00
body
:
string
}
Copy permalink