Core environment
Typical self-hosted.env values:
Database rule
SendyKit uses the same MySQL database as Sendy. Use the credentials from Sendy’sincludes/config.php unless you have intentionally separated access.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Core SendyKit environment and runtime setup
.env values:
DB_HOST=localhost
DB_PORT=3306
DB_USER=sendy_user
DB_PASS=your_password
DB_NAME=sendy_database
SENDYKIT_LICENSE_KEY=sk_lic_xxxxxxxxxxxxx
SENDYKIT_STORE_URL=https://sendykit.dev
includes/config.php unless you have intentionally separated access.
SENDYKIT_PAYMENT_SECRET=change-me
STRIPE_SECRET_KEY=sk_live_...
STRIPE_WEBHOOK_SECRET=whsec_...
SENDYKIT_ENFORCE_STRIPE_MACHINE_PAYMENT=true
SENDYKIT_OFFLINE=true
sendykit health
sendykit doctor
Was this page helpful?