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.
больше ни где не встречал кодировку// RUSSIAN //
//набор символов по умолчанию, который будет использоваться
define('DEFAULT_CHARSET', 'windows-1251');
и еще замети
если воспользоватся страничкой обратная связь
причем прописав там емаил в специальной строке
сообщение всеравно приходит без обратного адресса
//send a message to store administrator
ss_mail(CONF_GENERAL_EMAIL, $message_subject, $message_text, "From: \"".$customer_name."\"<".$customer_email.">\n".
EMAIL_MESSAGE_PARAMETERS."\nReturn-path: <".$customer_email.">");
header("Location: index.php?feedback=1&sent=1");
define('EMAIL_MESSAGE_PARAMETERS', 'Content-Type: text/plain; charset="'.DEFAULT_CHARSET.'"');
define('DEFAULT_CHARSET', 'windows-1251');
//send a message to store administrator
ss_mail(CONF_GENERAL_EMAIL, $message_subject, $message_text, "From: \"".$customer_name."\"<".$customer_email.">\n".
EMAIL_MESSAGE_PARAMETERS."\nReturn-path: <".$customer_email.">");
//send a message to store administrator
ss_mail(CONF_GENERAL_EMAIL, $message_subject, $message_text, "From: \"".$customer_name."\"<".$customer_email.">\n".
EMAIL_MESSAGE_PARAMETERS."\nReturn-path: <".$customer_email.">\nReply-To: " .$customer_email. "\r\n");