ALP QUOTE FORM SETUP
====================

PUBLIC FILES
The following files belong in public_html/new with the rest of the website:
- request-a-quote.html
- quote-request.php
- quote-thank-you.html

PRIVATE CONFIGURATION
Do not place the SMTP password inside public_html.

1. In cPanel File Manager, go to your account home directory (one level above public_html).
2. Create a folder named:
   alp-private
3. Set the folder permissions to 700 if cPanel permits it.
4. Create this file inside the folder:
   quote-config.php
5. Copy the contents of the separately supplied quote-config-template.php into that file.
6. Replace REPLACE_WITH_THE_MAILBOX_PASSWORD with the actual password for website@alpsewing.com.
7. Set the file permissions to 600 if cPanel permits it.

Expected location:
/home/YOUR_CPANEL_USERNAME/alp-private/quote-config.php

The form sends:
From: website@alpsewing.com
To: sales@alpsewing.com
Reply-To: the customer's email address
SMTP server: mail.alpsewing.com
SMTP port: 465 using SSL

TESTING
1. Open https://new.alpsewing.com/request-a-quote.html
2. Submit a test request using an outside email address.
3. Confirm the message arrives at sales@alpsewing.com.
4. Click Reply and confirm the reply is addressed to the customer email entered in the form.
5. Check Spam/Junk if the message does not appear in the inbox.

Do not send or share the mailbox password in chat.
