mirror of
https://github.com/myronblair/smtp-for-websites
synced 2026-06-30 17:50:58 -05:00
Switch epic/parkerslingshot/PSR to CyberMail API; add orbishosting.com SMTP creds
This commit is contained in:
@@ -1,7 +1,21 @@
|
||||
# parkerslingshotrentals.com — Email Configuration
|
||||
|
||||
**Provider:** Mailjet (placeholder — NOT configured)
|
||||
**Status:** ⚠️ API keys not set — emails are silently dropped
|
||||
**Provider:** CyberMail by CyberPersons
|
||||
**Status:** ✅ LIVE — uses orbishosting.com verified domain
|
||||
**Sending domain:** orbishosting.com
|
||||
|
||||
Same email setup as parkerslingshot.epictravelexpeditions.com.
|
||||
See that file for details.
|
||||
## Config File (in git — db.php)
|
||||
`/home/parkerslingshotrentals.com/public_html/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
|
||||
- Waiver signed confirmation → customer + admin
|
||||
- Admin manual reminder → customer (from admin panel)
|
||||
|
||||
Reference in New Issue
Block a user