CodeIgniter Forums
= appearing in emails - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: = appearing in emails (/showthread.php?tid=45880)



= appearing in emails - El Forum - 10-10-2011

[eluser]mic[/eluser]
Hi,

I am having a very strange issue with the sending of emails. The emails sent are HTML formatted but I don't think that is making much difference. All emails viewed in outlook 2007 or 2010.

CI: 2.0.0

Email from dev server XAMPP 1.7.0 Window 7 64 Bit:
Workshop Reminder.
You have unopened content that needs to be completed before attending your workshop.
Please ensure you complete the
Communication and Conflict Management
Module E-book
Pre Course Activity
Workshop Pre Slides
material before your workshop on 17/10/2011
^^ the emails should be formatted like this based on values pulled from the DB

Email from the live server XAMPP 1.7.0 Windows Server 2008:
Workshop Reminder.
You have unopened content that needs to be complete= before attending your workshop.
Please ensure you complete the
=ommunication and Conflict Management
Module E-book
Pre Course A=tivity
Workshop Pre Slides
material before your workshop on 17=10/2011
^^ all emails sent from the live server have various equals symbols appearing in the text.

has anyone encountered this before?

any help would be great

Thanks Mic