Hello,
I just repeated the tests using ports 465 and 25, and SMTP or SMTPAUTH for transport.
----------------
Debug mode is OFF:
define('EMAIL_SYSTEM_DEBUG','0');
in filewww.afab-lab.com/store/includes/functions/functions_email.php
Admin/Configuration/E-mail options:
E-Mail Transport Method: SMTPAUTH
SMTP Email Account Mailbox [email protected]
SMTP Email Account Password mypassword
SMTP Email Mail Host smtpout.secureserver.net
SMTP Email Mail Server Port 465
I go to the following page:
http://www.afab-lab.com/store/index....oducts_id=1629
press “tell a friend about us” button, and fill the fields:
Your Name: [email protected]
Your Email: [email protected]
Friend's Name: [email protected]
Friend's Email: [email protected]
After that I press “send” button and receive the following message on the top of the page:
“Your email about YSI Turntable 2710 has been successfully sent to [email protected].”,
but no email is received (the bulk mail folder is empty).
----------------
----------------
Debug mode is ON:
define('EMAIL_SYSTEM_DEBUG','5');
in filewww.afab-lab.com/store/includes/functions/functions_email.php
Admin/Configuration/E-mail options:
E-Mail Transport Method: SMTPAUTH
SMTP Email Account Mailbox [email protected]
SMTP Email Account Password mypassword
SMTP Email Mail Host smtpout.secureserver.net
SMTP Email Mail Server Port 465
I go to the following page:
http://www.afab-lab.com/store/index....oducts_id=1629
press “tell a friend about us” button, and fill the fields:
Your Name: [email protected]
Your Email: [email protected]
Friend's Name: [email protected]
Friend's Email: [email protected]
After that I press “send” button and receive the following message on the top of the page:
SMTP -> ERROR: Failed to connect to server smtpout.secureserver.net 465: Connection refused (111) SMTP -> ERROR: Failed to connect to server smtpout.secureserver.net 465: Connection refused (111)
Warning: Cannot modify header information - headers already sent by (output started at /home/content/43/9041943/html/store/includes/classes/class.smtp.php:123) in/home/content/43/9041943/html/store/includes/functions/functions_general.php on line 44
No email is received (the bulk mail folder is empty).
----------------
----------------
Change port to 25.
Debug mode is ON:
define('EMAIL_SYSTEM_DEBUG','5');
in filewww.afab-lab.com/store/includes/functions/functions_email.php
Admin/Configuration/E-mail options:
E-Mail Transport Method: SMTPAUTH
SMTP Email Account Mailbox [email protected]
SMTP Email Account Password mypassword
SMTP Email Mail Host smtpout.secureserver.net
SMTP Email Mail Server Port 25
I go to the following page:
http://www.afab-lab.com/store/index....oducts_id=1629
press “tell a friend about us” button, and fill the fields:
Your Name: [email protected]
Your Email: [email protected]
Friend's Name: [email protected]
Friend's Email: [email protected]
After that I press “send” button and receive the following message on the top of the page:
SMTP -> ERROR: Failed to connect to server smtpout.secureserver.net 25: Connection refused (111) SMTP -> ERROR: Failed to connect to server smtpout.secureserver.net 25: Connection refused (111)
Warning: Cannot modify header information - headers already sent by (output started at /home/content/43/9041943/html/store/includes/classes/class.smtp.php:123) in/home/content/43/9041943/html/store/includes/functions/functions_general.php on line 44
No email is received (the bulk mail folder is empty).
----------------
----------------
Change E-Mail Transport Method from SMTPAUTH to SMTP
Debug mode is ON:
define('EMAIL_SYSTEM_DEBUG','5');
in filewww.afab-lab.com/store/includes/functions/functions_email.php
Admin/Configuration/E-mail options:
E-Mail Transport Method: SMTP
SMTP Email Account Mailbox [email protected]
SMTP Email Account Password mypassword
SMTP Email Mail Host smtpout.secureserver.net
SMTP Email Mail Server Port 25
I go to the following page:
http://www.afab-lab.com/store/index....oducts_id=1629
press “tell a friend about us” button, and fill the fields:
Your Name: [email protected]
Your Email: [email protected]
Friend's Name: [email protected]
Friend's Email: [email protected]
After that I press “send” button and receive the following message on the top of the page:
SMTP -> ERROR: Failed to connect to server smtpout.secureserver.net 25: Connection refused (111) SMTP -> ERROR: Failed to connect to server smtpout.secureserver.net 25: Connection refused (111)
Warning: Cannot modify header information - headers already sent by (output started at /home/content/43/9041943/html/store/includes/classes/class.smtp.php:123) in/home/content/43/9041943/html/store/includes/functions/functions_general.php on line 44
No email is received (the bulk mail folder is empty).
----------------
----------------
Change port to 465..
Debug mode is ON:
define('EMAIL_SYSTEM_DEBUG','5');
in filewww.afab-lab.com/store/includes/functions/functions_email.php
Admin/Configuration/E-mail options:
E-Mail Transport Method: SMTP
SMTP Email Account Mailbox [email protected]
SMTP Email Account Password mypassword
SMTP Email Mail Host smtpout.secureserver.net
SMTP Email Mail Server Port 465
I go to the following page:
http://www.afab-lab.com/store/index....oducts_id=1629
press “tell a friend about us” button, and fill the fields:
Your Name: [email protected]
Your Email: [email protected]
Friend's Name: [email protected]
Friend's Email: [email protected]
After that I press “send” button and receive the following message on the top of the page:
SMTP -> ERROR: Failed to connect to server smtpout.secureserver.net 465: Connection refused (111) SMTP -> ERROR: Failed to connect to server smtpout.secureserver.net 465: Connection refused (111)
Warning: Cannot modify header information - headers already sent by (output started at /home/content/43/9041943/html/store/includes/classes/class.smtp.php:123) in/home/content/43/9041943/html/store/includes/functions/functions_general.php on line 44
No email is received (the bulk mail folder is empty).
----------------
There is link to GoDaddy forum regarding the similar error:
http://support.godaddy.com/groups/em..._split_value=3
Unfortunately, that is not about Zen Cart, and my experience is not enough to understand that PHP language:-)
I would appreciate any suggestion from gurus.
Thank you.


Reply With Quote

