yfedinchyk Profile Topics Started Replies Created Engagements Favorites Forum Replies Created list of topics you have created till now. yfedinchykParticipant 6 March 2015 at 12:06 Posted in : Cyrillic email from contact form #20322 Edited file: send-mail.php section: // send mail Added after all headers $headers .= “MIME-Version: 1.0″.”\r\n” .”Content-type: text/plain; charset=UTF-8″. “\r\n”; changed string $mail_result = mail( $to, $subject, $body, $headers ); to string $mail_result = mail( $to, ‘=?UTF-8?B?’.base64_encode($subject).’?=’, $body, $headers ); now everything is ok Viewing 1 post (of 1 total)