I'm using a php script that allows me to manually email to my small group of clients. The script reports that the email has been sent successfully, however the email never arrives to the client's inbox or spam box. I've tried using x10hosting's smtp settings both with and without my cpanel username and password. What information should I input into:
Does there need to be a quote around the port number, 25? Do I need to do anything in cpanel to fix this problem? (I've already created an email username and password to identically match my cpanel username and password, but that didn't work either.)
I've read through other forum threads here for a solution, but I still have the same problem. Can anyone help?
Thanks
edit
I also tried using the following settings:
, but I get this error message:
//////////////////////////////////////////////////////////////////
// SMTP EMAIL SETTINGS
//////////////////////////////////////////////////////////////////
define('SMTP_HOSTNAME', 'localhost');
define('SMTP_PORT', 25);
define('SMTP_USERNAME', '');
define('SMTP_PASSWORD', '');
Does there need to be a quote around the port number, 25? Do I need to do anything in cpanel to fix this problem? (I've already created an email username and password to identically match my cpanel username and password, but that didn't work either.)
I've read through other forum threads here for a solution, but I still have the same problem. Can anyone help?
Thanks
edit
I also tried using the following settings:
//////////////////////////////////////////////////////////////////
// SMTP EMAIL SETTINGS
//////////////////////////////////////////////////////////////////
define('SMTP_HOSTNAME', 'mail.protattooremoval.x10hosting.com');
define('SMTP_PORT', 25);
, but I get this error message:
SMTP Connection Failed: The SMTP connection failed to start [mail.protattooremoval.x10hosting.com:25]: fsockopen returned Error Number 110 and Error String 'Connection timed out'
Last edited: