|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/public_html/inc/ | |
|
Path: /home2/outerorb/public_html/inc/smtp-config.php
Size: 949 B
Permissions: 0666
<?php
/**
* SMTP Configuration — hostitbro cPanel
* ──────────────────────────────────────
* Mail server for outerorbittech.in hosted on hostitbro.com cPanel.
* Uses port 465 with SSL/TLS (SMTPS). If mail fails on the live server,
* try changing SMTP_PORT to 587 and setting ENCRYPTION_STARTTLS in mailer.php.
*
* The SMTP_USERNAME / SMTP_FROM_EMAIL must exactly match the cPanel
* email account created for this domain.
*/
define('SMTP_HOST', 'mail.outerorbittech.in');
define('SMTP_PORT', 465); // SSL/TLS (SMTPS)
define('SMTP_USERNAME', 'info@outerorbittech.in');
define('SMTP_PASSWORD', 'Brown@4321M');
define('SMTP_FROM_EMAIL', 'info@outerorbittech.in');
define('SMTP_FROM_NAME', 'Outer Orbit Technologies Website');
define('SMTP_TO_EMAIL', 'info@outerorbittech.in'); // enquiry recipient