Welcome Guest, Not a member yet? Register   Sign In
Send email
#11

[eluser]mtavares[/eluser]
You are right, i try send to gmail instead outlook and in gmail it's not showing the "equal"... it's a progress :-)

But in outlook when i go to Options - Mail Format - Editor Options - Advanced wich option or parameter i change?

Note: i have in this moment other application send email to my outlook trought phpmailer but it work fine...
#12

[eluser]InsiteFX[/eluser]
Options - International Options, make sure it is set for UTF-8

Message format should be HTML

#13

[eluser]mtavares[/eluser]
Thanks for all, but no changes...
It's i don't think that problem is about HTML or not because if i use HTML tags in the message, it's works...
#14

[eluser]CroNiX[/eluser]
It could be that outlook is just parsing it differently because you set the CI mail format for HTML but weren't including HTML tags in the email text so outlook parsed it incorrectly. If you're going to send HTML email, try using all of the normal HTML tags. Doctype, head, body, etc. If you are sending plain text as your tests, then don't set it to be HTML email in the config.
#15

[eluser]mtavares[/eluser]
I tried but it didn't work... it put the equal each 76 chars...

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris nec lectus =eugiat, congue urna eget, mollis ligula. Cras ut erat in quam vestibulum i=culis. Donec quis laoreet sem, vitae gravida felis. Aenean ullamcorper veh=cula semper. Duis tincidunt ante sed vulputate tempor. Morbi quis quam nis=. Sed condimentum, metus porta imperdiet iaculis, velit urna ullamcorper o=io, vel tempor urna turpis eu mi. Interdum et malesuada fames ac ante ipsu= primis in faucibus. In auctor libero sed mauris porta, nec dictum nisl so=ales. Mauris venenatis luctus mattis. Praesent et cursus tortor. Pellentes=ue fermentum velit a ultricies malesuada. Integer commodo fermentum sem. P=llentesque habitant morbi tristique senectus et netus et malesuada fames a= turpis egestas. Aenean ultricies, ante eget consequat porttitor, est dui =ristique urna, a accumsan diam nisi vel tellusTransferencia #748 - GIANNIN= MARIANI foi adicionada o respectivo correspondente.
#16

[eluser]InsiteFX[/eluser]
HTML Email Template

#17

[eluser]mtavares[/eluser]
Ok, i put in...

Code:
$this->email->message('
     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
&lt;html &gt;
&lt;head&gt;
  &lt;meta http-equiv="Content-Type" c charset=UTF-8" /&gt;
  &lt;title&gt;Demystifying Email Design&lt;/title&gt;
  &lt;meta name="viewport" c initial-scale=1.0"/&gt;
&lt;/head&gt;
&lt;body  0; padding: 0;"&gt;
<table border="1" cellpadding="0" cellspacing="0" width="100%">
  <tr>
   <td>
    Hello! May be this message doesnt wrap this text that i write in this moment... will be good!
   </td>
  </tr>
</table>
&lt;/body&gt;
&lt;/html&gt;');

and the outlook in attach...


#18

[eluser]InsiteFX[/eluser]
See this Forum thread

HTML Emails

Code:
$config['crlf'] = "\r\n";
$config['newline'] = "\r\n";
#19

[eluser]mtavares[/eluser]
it's works!!!!!!!!!!!!!!

Thank you for all!!
The line $config['crlf'] = "\r\n"; put in works...




Theme © iAndrew 2016 - Forum software by © MyBB