add form
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
enabled: true
|
||||
from: kvntssr@gmail.com
|
||||
to: kvntssr@gmail.com
|
||||
queue:
|
||||
enabled: false
|
||||
flush_frequency: '* * * * *'
|
||||
flush_msg_limit: 10
|
||||
flush_time_limit: 100
|
||||
mailer:
|
||||
engine: smtp
|
||||
smtp:
|
||||
server: smtp.mailtrap.io
|
||||
port: 587
|
||||
encryption: tls
|
||||
user: 5e920233e534b8
|
||||
password: a78fb10acda1fc
|
||||
sendmail:
|
||||
bin: '/usr/sbin/sendmail -bs'
|
||||
content_type: text/html
|
||||
debug: false
|
||||
@@ -0,0 +1,18 @@
|
||||
enabled: true
|
||||
built_in_css: true
|
||||
inline_css: true
|
||||
refresh_prevention: false
|
||||
client_side_validation: true
|
||||
inline_errors: false
|
||||
files:
|
||||
multiple: false
|
||||
limit: 10
|
||||
destination: self@
|
||||
avoid_overwriting: false
|
||||
random_name: false
|
||||
filesize: 0
|
||||
accept:
|
||||
- 'image/*'
|
||||
recaptcha:
|
||||
version: 2-checkbox
|
||||
theme: light
|
||||
Reference in New Issue
Block a user