Welcome Guest, Not a member yet? Register   Sign In
Emailing html is showing '3D' within email body
#1

[eluser]coldscooter[/eluser]
When emailing:
Code:
<table id="mytable"><tr><td>test content</td><td>test2</td></tr></table><p class="test">test red</p>

It is showing:
Code:
<table id=3D"mytable"><tr><td>test content</td><td>test2</td></tr></table><=
p class=3D"test">test red</p>

I am setting the email config as:
Code:
$config['mailtype'] = 'html';
$config['charset'] = 'utf-8';
$config['wordwrap'] = TRUE;

Does anyone know how i can fix this?
#2

[eluser]InsiteFX[/eluser]
This has nothing to do with PHP or CodeIgniter, it is a setting in your email client that you are using.

Make sure your email client is set to utf8 and html etc.




Theme © iAndrew 2016 - Forum software by © MyBB