File: /home/durgeshpandey215/public_html/zeeroprice.skilladders.com/smtp-details.php
<?PHP
//smtp details
$SMTPHost = 'mail.zeeroprice.com'; //Sets the SMTP hosts
$SMTPPort = '465';//25 //Sets the default SMTP server port 465 with ssl or 587 with tls
//$SMTPPort = '587'; //Sets the default SMTP server port 465 with ssl or 587 with tls
$SMTPUsername = 'info@zeeroprice.com'; //Sets SMTP username
$SMTPPassword = 'Info123$'; //Sets SMTP password
$SMTPSMTPSecure = 'ssl'; //Sets connection prefix. Options are "", "ssl", "tls"
$SMTPFrom = 'info@zeeroprice.com';
$SMTPFromName = 'info@zeeroprice.com';
?>