문제

I have troubleshooting with sending emails at 1and1 hosting.

I use swift mailer lib message I receive is stream_socket_client(): unable to connect to mrvnet.kundenserver.de:0 http://mrvnet.kundenserver.de:0 (Connection timed out).

Does anyone have similar troubles? Any solution?

PS. At my localhost everything is OK.

도움이 되었습니까?

해결책

I fix SMTP after contact with their support team.

SMTP parameters:

HOST: mrvnet.kundenserver.de
PORT: 25
AUTH: without auth

다른 팁

Contacted support, they asked me do not use encryption (neither ssl nor tls, both not acceptable), so my options are:

host: smtp.1and1.com  
port: 25    
login: somemail@somedomain.com    
passwd: somestrongpassword=)      

as you may mention i use 1and1's mail (same settings for gmail would not work)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top