Send email |
[eluser]mtavares[/eluser]
Ok, this make sense... But i change it and the problem continue... now my code is like that: $this->load->library('email'); $config['protocol'] = "smtp"; $config['smtp_host'] = "xxxxxxxxxxx"; $config['smtp_port'] = "25"; $config['smtp_user'] = "xxxxx"; $config['smtp_pass'] = "xxxxxxx"; $config['charset'] = "utf-8"; $config['mailtype'] = "html"; $config['newline'] = "\r\n"; //$config['priority'] = $this->input->post('importancia'); $this->email->initialize($config); $this->email->from('xxxxxx', 'Administrador da Intranet: DO Transferencias '); $list = array('[email protected]'); $this->email->to($list); $this->email->subject('Correspondente adicionado'); $this->email->message('12345678901234567890123456789012345678901234567890123456798012345678901324567890'); $this->email->send(); and in the outlook i receive this.... 123456789012345678901234567890123456789012345678901234567980123456789013245=7890 in the 76ยบ character it replace always to "=" |
Messages In This Thread |
Send email - by El Forum - 06-26-2014, 05:32 AM
Send email - by El Forum - 06-26-2014, 07:22 AM
Send email - by El Forum - 06-26-2014, 08:21 AM
Send email - by El Forum - 06-26-2014, 08:46 AM
Send email - by El Forum - 06-26-2014, 08:58 AM
Send email - by El Forum - 06-26-2014, 09:19 AM
Send email - by El Forum - 06-26-2014, 09:35 AM
Send email - by El Forum - 06-26-2014, 09:40 AM
Send email - by El Forum - 06-26-2014, 09:44 AM
Send email - by El Forum - 06-26-2014, 09:49 AM
Send email - by El Forum - 06-26-2014, 10:05 AM
Send email - by El Forum - 06-26-2014, 10:25 AM
Send email - by El Forum - 06-26-2014, 10:56 AM
Send email - by El Forum - 06-26-2014, 12:50 PM
Send email - by El Forum - 06-27-2014, 04:39 AM
Send email - by El Forum - 06-27-2014, 04:53 AM
Send email - by El Forum - 06-27-2014, 06:20 AM
Send email - by El Forum - 06-27-2014, 09:20 AM
Send email - by El Forum - 06-27-2014, 10:44 AM
|