registration page for mail-in-a-box
Go to file
saiujwal chelamkuri 0b18d405ad
Update issue templates
2022-05-31 00:24:55 +05:30
.github/ISSUE_TEMPLATE Update issue templates 2022-05-31 00:24:55 +05:30
LICENSE Initial commit 2022-05-25 16:33:40 +05:30
README.md Update README.md 2022-05-25 17:26:34 +05:30
action_page.php Add files via upload 2022-05-25 17:24:56 +05:30
composer.json Add files via upload 2022-05-25 17:22:08 +05:30
composer.lock Add files via upload 2022-05-25 17:22:08 +05:30
register.html Add files via upload 2022-05-25 17:22:08 +05:30

README.md

Main-In-A-Box registration page

source code of https://salvusmail.com/register.html page.

Just a simple registraiton page with a hcaptcha, using Mail-In-A-Box's in-build api for creating email.

Installation:

  1. Clone the files into your website directory (Your website directory is /home/user-data/www/default)
  2. Edit line numbers 195, 200 (pattern), 214 (data-sitekey) in register.html
  3. Edit line 40 (api) in action_page.php
  4. Create a file .env in /home/user-data/www and save your admin accout creds and captcha secret key in it, make sure format is like this:
PWDD="PASSWORD_HERE"
EML="EMAILHERE@domain.com"
SEC="hCaptcha secret key here"
  1. Make sure you have composer installed, run composer install in website directory.

Done, that's it.

If its not working, make sure you enabled php.

Feel free to submit issues and pull requests.