Just a quick and dirty contact form written with a bit of plain PHP/HTML/JS
3.2K
Just a quick and dirty contact form written with a bit of plain PHP/HTML/JS running on nginx powered by linuxserver/nginx.
Docker image: xisdockerhub/contactform
GitLab: Source / Builds
ContactForm related parametres are configured using parameters passed at runtime.
In addition to these parameters, the image also accepts parameters from the linuxserver/nginx image.
| Parameter | Function |
|---|---|
-e DEBUG | true/false - enable additional logging during testing/debugging |
-e MAIL_TO | E-mail address to send mail to |
-e MAIL_SUBJECT_PREFIX | E-mail Subject (prefix) |
-e MAIL_SUBJECTS | E-mail subjects - Optional csv string adding form selection dropdown with subjects |
-e MAIL_SMTPSECURE | What kind of encryption to use on the SMTP connection. - ('', ssl, tls) |
-e MAIL_HOST | SMTP hosts |
-e MAIL_PORT | The default SMTP server port |
-e MAIL_USERNAME | SMTP username |
-e MAIL_PASSWORD | SMTP password |
-e ENABLE_CAPTCHA | true/false - enable captcha |
Content type
Image
Digest
sha256:5d26aa089…
Size
87 MB
Last updated
1 day ago
docker pull xisdockerhub/contactform