Possible solutions of your questions

  hosting
<< Previous       The ability to send smtp emails via php

Question: Hello,trying using php to send mail with smtp authorization, but I wrote about the fact that the smtp server is not found, it is taken settings, and control panel:$mail->IsSMTP();$mail->Host = \"tisza.hostven**.EN\";$mail->SMTPAuth = true;$mail->SMTPSecure = \"ssl\";$mail->Username = \"[email protected]\";$mail->Password = \"password\";$mail->* = \"***\";Get the error * that says in theory that script station cannot reach the host. Could it be that the ability to send blocked on the firewall level, or something like that?
Answer:

Hello. Did you check the box? using mail client

Question: Yes, using https://*.*:****/ login successfully. Through email client also http://*.*.*/******.*
Question: Tried *** and *** port *.hostven**.* ssl://*.hostven**.*. Also tried to connect in the parameters without using ssl*mail.*.*:**), but in all cases it finds the outgoing mail server
Answer:

the server is correct, it is the tisza.hostven**.if You are using ssl

Question: it seems I was able to send via normal mail() function I think is enough. Thanks for the feedback!
Answer:

ok


<< Previous