mirror of
https://github.com/myronblair/do-server-config
synced 2026-06-30 17:50:59 -05:00
[orbis] Weekly backup 2026-06-09 — 52 files changed, 2700 insertions(+)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# parkerslingshot.epictravelexpeditions.com — Email Configuration
|
||||
|
||||
**Provider:** CyberMail by CyberPersons
|
||||
**Status:** ✅ LIVE — uses orbishosting.com verified domain
|
||||
**Sending domain:** orbishosting.com
|
||||
|
||||
## Config File (gitignored — db.php)
|
||||
`/home/epictravelexpeditions.com/parkerslingshot/db.php`
|
||||
|
||||
```php
|
||||
define("CYBERMAIL_API_KEY", "sk_live_d52bf062797105aeaafac9954c21ff988e9b41b77315807d");
|
||||
define("MAIL_FROM", "noreply@orbishosting.com");
|
||||
define("MAIL_FROM_NAME", "Parker County Slingshot Rentals");
|
||||
define("ADMIN_EMAIL", "info@parkerslingshotrentals.com");
|
||||
```
|
||||
|
||||
## Emails Sent
|
||||
- Booking confirmation → customer
|
||||
- Booking alert → admin
|
||||
- Payment declined notice → customer + admin
|
||||
- Waiver signed confirmation → customer + admin
|
||||
Reference in New Issue
Block a user