Skip to content

Caracteres no titulo da notificação do Email. #1893

Discussion options

You must be logged in to vote

Olá @tecinfotecnologia, está usando qual e-mail para envio?
Tive um problema similar utilizando o Outlook. Para resolver precisei modificar o CRLF na biblioteca de envio.

Se for o seu caso, tente adicionar no arquivo application/libraries/MY_Email.php a propriedade public $crlf = "\r\n";

<?php defined('BASEPATH') or exit('No direct script access allowed');

class MY_Email extends CI_Email
{

    public $crlf = "\r\n";
    
    // DB table
    private $table_email_queue = 'email_queue';

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@tecinfotecnologia
Comment options

Answer selected by RamonSilva20
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants