X

Defina o Content Type Email de Text/Plain para Text/HTML

Snippets by IsItWP

Você pode encontrar o tipo de conteúdo padrão do e-mail como texto/plano. Você pode alterar o tipo de texto/plano para texto/HTML para incluir links personalizados, código e muito mais no e-mail.

Instruções: Adicione o seguinte código ao arquivo functions.php de seu tema do WordPress.

function wps_set_content_type(){
    return "text/html";
}
add_filter( 'wp_mail_content_type','wps_set_content_type' );

Você também pode aproveitar as dicas eficazes para obter mais assinantes de e-mail hoje.

Comentários   Deixe uma resposta

  1. I tried this code. But no use of it. Can you please assist me on this regard?

    1. Usefull Code..

  2. nice

  3. It worked for me in using the email users plugin. I had been losing the html when emailing posts but with this it restored it. Thanks

    1. nice glad to hear it!

  4. Is there a way to do this the other way around? Set content type from HTML to plain?

    1. Just in case anybody else is looking for this answer use the code below instead.

      function wps_set_content_type(){
      return “text/plain”;
      }
      add_filter( ‘wp_mail_content_type’,’wps_set_content_type’ );

  5. Allow customers to request real-time information
    about your business via text message, while putting your contact information in
    the customer’s phone for future reference as well as allow you to capture
    customer’s mobile number

  6. George Serradinho janeiro 18, 2012 em 11:02 am

    I used this code, but then when a user requests to reset his password, then the link in the email that gets sent to the user has no link to click on. do you know what the issue could be?

    1. If you are working off your localhost it may have issues using the mail function, try going via ftp.

Adicionar um comentário

Ficamos felizes por você ter optado por deixar um comentário. Lembre-se de que todos os comentários são moderados de acordo com nossa política de privacidade, e todos os links são nofollow. NÃO use palavras-chave no campo do nome. Vamos ter uma conversa pessoal e significativa.

WordPress Launch Checklist

A lista de verificação definitiva para o lançamento do WordPress

Compilamos todos os itens essenciais da lista de verificação para o lançamento de seu próximo site WordPress em um ebook prático.
Sim, envie-me o livro eletrônico gratuito grátis!