mirror of
https://github.com/myronblair/do-server-config
synced 2026-07-27 21:18:32 -05:00
[orbis] Weekly backup 2026-06-09 — 52 files changed, 2700 insertions(+)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# epictravelexpeditions.com — Email Configuration
|
||||
|
||||
**Provider:** CyberMail by CyberPersons
|
||||
**Status:** ✅ LIVE — uses orbishosting.com verified domain
|
||||
**Sending domain:** orbishosting.com
|
||||
|
||||
## Config File (gitignored)
|
||||
`/home/epictravelexpeditions.com/public_html/api/config.php`
|
||||
|
||||
```php
|
||||
define("CYBERMAIL_API_KEY", "sk_live_d52bf062797105aeaafac9954c21ff988e9b41b77315807d");
|
||||
define("MAIL_FROM", "noreply@orbishosting.com");
|
||||
define("MAIL_FROM_NAME", "Epic Travel Expeditions");
|
||||
define("ADMIN_EMAIL", "admin@epictravelexpeditions.com");
|
||||
```
|
||||
|
||||
## Mailer File
|
||||
`/home/epictravelexpeditions.com/public_html/api/includes/mailer.php`
|
||||
- `sendgridSend()` — now calls CyberMail API (name kept for backward compat)
|
||||
- `sendContactAlert()` — contact form → admin
|
||||
- `sendContactConfirmation()` — auto-reply to visitor
|
||||
|
||||
## Emails Sent
|
||||
- Contact form submissions → admin
|
||||
- Contact confirmation → visitor
|
||||
Reference in New Issue
Block a user