Send email |
[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...
[eluser]InsiteFX[/eluser]
Options - International Options, make sure it is set for UTF-8 Message format should be HTML
[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...
[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.
[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.
[eluser]mtavares[/eluser]
Ok, i put in... Code: $this->email->message(' and the outlook in attach...
[eluser]InsiteFX[/eluser]
See this Forum thread HTML Emails Code: $config['crlf'] = "\r\n";
[eluser]mtavares[/eluser]
it's works!!!!!!!!!!!!!! Thank you for all!! The line $config['crlf'] = "\r\n"; put in works... |
Welcome Guest, Not a member yet? Register Sign In |