Strikz / mangoswebv3

Automatically exported from code.google.com/p/mangoswebv3
0 stars 0 forks source link

SMTP Not Working #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Trying to send e-mail
2. Account Activation that requires sending e-mail link 

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
3.0.4

Please provide any additional information below.

I installed MangosWeb v3 and I entered the correct SMTP information but I 
always get this error.

Warning: stream_socket_client(): unable to connect to tcp://mx00.1and1.com:25 
(Connection refused) in 
/homepages/40/d360499205/htdocs/worldofwarcraft/core/mail/PHP5/SMTP5.php on 
line 129 Warning: stream_socket_client(): unable to connect to 
tcp://mx01.1and1.com:25 (Connection refused) in 
/homepages/40/d360499205/htdocs/worldofwarcraft/core/mail/PHP5/SMTP5.php on 
line 129 Warning: stream_socket_client(): unable to connect to 
tcp://infernophoenix.com:25 (Connection refused) in 
/homepages/40/d360499205/htdocs/worldofwarcraft/core/mail/PHP5/SMTP5.php on 
line 129
Error: invalid resource connection on SMTP5::send() in 
/homepages/40/d360499205/htdocs/worldofwarcraft/core/common.php on line 239

I am using 1and1 as my hosting provider so I know SMTP is enabled. Here is a 
copy of my config.

$email_type = 0;
$email_smtp_host = 'smtp.gmail.com';
$email_smtp_port = 465;
$email_use_secure = 1;
$email_smtp_secure = 'ssl';
$email_smtp_user = 'paulchain87';
$email_smtp_pass = '*********';

This is the only thing not working. 

Original issue reported on code.google.com by paulchai...@gmail.com on 11 Apr 2011 at 3:20

GoogleCodeExporter commented 8 years ago
For some reason Gmails smtp has been acting up. I think maybe google changed 
how they work smtp or something

Original comment by wilson.steven10@gmail.com on 24 May 2011 at 2:17

GoogleCodeExporter commented 8 years ago
I tried using yahoo and live/hotmail all gives same error.

Original comment by paulchai...@gmail.com on 8 Jul 2011 at 7:42

GoogleCodeExporter commented 8 years ago
same.

Original comment by joshgall...@gmail.com on 13 Apr 2012 at 5:23