Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
Обща Грешка
Couldn't get mail server response codes
DEBUG MODE
Line : 116
File : smtp.php
function server_parse($socket, $response, $line = __LINE__)
{
while (substr($server_response, 3, 1) != ' ')
{
if (!($server_response = fgets($socket, 256)))
{
message_die(GENERAL_ERROR, "Couldn't get mail server response codes", "", $line, __FILE__);
}
}
if (!(substr($server_response, 0, 3) == $response))
{
message_die(GENERAL_ERROR, "Ran into problems sending Mail. Response: $server_response", "", $line, __FILE__);
}
}
function server_parse($socket, $response, $line = __LINE__)
{
//while (substr($server_response, 3, 1) != ' ')
//{
// if (!($server_response = fgets($socket, 256)))
// {
// message_die(GENERAL_ERROR, "Couldn't get mail server response codes", "", $line, __FILE__);
// }
}
function server_parse($socket, $response, $line = __LINE__)
{
}