• Hello! I use smsc.ua sms gate. When I get sms after Contact Form 7 send the name of it TEXT_MSG and I cant receive russian words. Can u help me with that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mostafa Soufi

    (@mostafas1990)

    Hi,

    I think you should encode the messages for mes param in the gateway. Use mb_convert_encoding function to convert the message. for e.g.

    
    $message = mb_convert_encoding($this->msg, 'UTF-16', 'UTF-8');
    
    Thread Starter myideasforsite

    (@myideasforsite)

    And what about TEXT_MSG? Where I can change this value?

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    We don’t have this word in the plugin. Please make sure you can sending SMS through the plugin with Russian words.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘TEXT_MSG and russian language’ is closed to new replies.