✉️ Contact
Contact
Send a message directly from the site. This version uses SMTP with PHPMailer, rate limiting, reCAPTCHA, event logging, and submission storage for a more production-ready cPanel setup.
Production-ready contact form
Send a message
Messages submitted here are configured to send to admindb@resellmargincalculator.site using authenticated SMTP.
Before this can send live email, replace the SMTP password placeholder in contact-config.php with the real cPanel mailbox password for admindb@resellmargincalculator.site.
Google reCAPTCHA is not active yet. Add your reCAPTCHA site key and secret key in contact-config.php to enable bot verification.
Security and storage
Current configuration
Destination inbox
admindb@resellmargincalculator.site
SMTP host
mail.resellmargincalculator.site
SMTP port and encryption
465 / ssl
Rate limiting
5 submissions per 15 minutes per IP
Submission storage
JSON lines file and SQLite database when PDO SQLite is available
Event logging
Success, validation blocks, rate limit hits, and SMTP failures are logged in the protected storage folder.
The protected storage folder is created automatically and includes access rules intended to block public browsing on Apache-based cPanel hosting.