Results 1 to 3 of 3

Thread: email ad owner not show some portuguese letters

  1. #1
    Thread Starter
    Rookie
    Not a Verified Customer
    octavio's Avatar
    Join Date
    Jun 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    email ad owner not show some portuguese letters

    Hi,

    When a user send a email to a ad owner in portuguese language of Classipress some portuguese letters show a character error.

    Example:
    "Alguém está interessado no seu anúncio! Enviaram-lhe uma mensagem a partir da seguinte página:
    http://classificados.portal-sites.net/e ... -portatil/
    Name: João
    Email: santos@hotmail.com
    Message: Gostaria de saber mais informações sobre o computador em questão."

    The correct is:
    "Alguém está interessado no seu anúncio! Enviaram-lhe uma mensagem a partir da seguinte página:
    http://classificados.portal-sites.net/e ... -portatil/
    Name: João
    Email: santos@hotmail.com
    Message: Gostaria de saber mais informações sobre o computador em questão."

    How can I fix it?

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: email ad owner not show some portuguese letters

    It seems the email isn't getting encoded properly.

    Try editing single.php on line 189. Change "mail" to "wp_mail" and see if that works.

    Code:
    mail($receiver_email,$subject2,$body,"From: $email2");

  3. #3
    Thread Starter
    Rookie
    Not a Verified Customer
    octavio's Avatar
    Join Date
    Jun 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: email ad owner not show some portuguese letters

    Thanks dcowgill.

    I edit single.php (line 189) and change "mail" to "wp_mail" and works great.

    Now all portuguese letters are work well in email ad owner.

    Tks again dcowgill

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Translate to Portuguese (pr-BR)?
    By msfernandes in forum ClassiPress General Discussion
    Replies: 31
    Last Post: October 1st, 2012, 06:19 PM