<?php //Your SMTP mail server information goes here $this->_smtpsHost = 'localhost'; $this->_smtpsID = 'user@web.com'; $this->_smtpsPW = 'password'; $this->_smtpsPort = '25'; //587 or 25; $this->_msgReplyTo = 'reply@web.com'; ?>