Possible solutions of your questions

  hosting
<< Previous       Sending emails via Google SMTP

Question: Good afternoon. Faced with the problem. In my store ( http://bestanabolic.net/ ) a Notification of order acceptance is sent to the client by email.Standard php the email fell into spam.After connecting phpmailer problem occurred - cannot connect to SMTP server.phpmailer_host = \"smtp.gmail.com\";phpmailer_port = `465`;Yandex, everything works, and Google does not connect. Tried \"smtp.gmail.com\" s \"smtp.google.com\".Tell me if there are any restrictions for google smtp?
Answer:

Hello.

GMail is not blocked. You tried to specify a port < / span>25?

Question: Unfortunately, the same result =(
Answer:

the server-side connection is made:

[~]# telnet smtp.gmail.com 465

Trying IP...

Connected to smtp.gmail.com.

Escape character is `^]`.

^]

telnet > ^C

exit

Connection closed by foreign host.


<< Previous