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:
+20
-3
@@ -1,4 +1,21 @@
|
||||
# orbishosting.com — Email Configuration
|
||||
# orbishosting.com — Email Configuration (Shared SMTP Domain)
|
||||
|
||||
**Status:** No transactional email configured.
|
||||
Static marketing site — no forms or email sending found.
|
||||
**Provider:** CyberMail by CyberPersons
|
||||
**Status:** ✅ LIVE — domain verified
|
||||
**Used as sending domain for:** epictravelexpeditions.com, parkerslingshot, parkerslingshotrentals.com
|
||||
|
||||
## API Credentials (use over HTTPS — DO blocks SMTP port 587)
|
||||
- **API Key:** `sk_live_d52bf062797105aeaafac9954c21ff988e9b41b77315807d`
|
||||
- **Endpoint:** `POST https://platform.cyberpersons.com/email/v1/send`
|
||||
- **Auth:** `Authorization: Bearer {api_key}`
|
||||
- **From:** `noreply@orbishosting.com`
|
||||
|
||||
## SMTP Credentials (for non-DO servers)
|
||||
- **Host:** mail.cyberpersons.com
|
||||
- **Port:** 587
|
||||
- **Security:** STARTTLS
|
||||
- **Username:** `smtp_6ab6cbe01dd919d7`
|
||||
- **Password:** `BRYog0jWCrI4vMm3AlTwyXXo5MVzvSmU`
|
||||
|
||||
## CyberMail Dashboard
|
||||
- https://platform.cyberpersons.com
|
||||
|
||||
Reference in New Issue
Block a user