I have run across strange formating or encoding in emails from Outlook 2003 and from PHP Mailer and I hoping might be able to shed some light on the problem.
I have been testing an email client for web based email reader. The problem first showed up in emails from outlook 2003. All the spaces in the email appear to be replaced by "=20" and there were "=09" like this
This=20email=20contains=20confidential=20information=20intended=20for=20th=
=09{font-family:"Franklin=20Gothic=20Book";
I recevied another email from this time PHP Mailer 1.7.3 and it contained =3D
is place of characters like this
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
I checked the encoding systems on the net with no luck. Has anyone else encountered the problem and have any ideas.
I have been testing an email client for web based email reader. The problem first showed up in emails from outlook 2003. All the spaces in the email appear to be replaced by "=20" and there were "=09" like this
This=20email=20contains=20confidential=20information=20intended=20for=20th=
=09{font-family:"Franklin=20Gothic=20Book";
I recevied another email from this time PHP Mailer 1.7.3 and it contained =3D
is place of characters like this
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
I checked the encoding systems on the net with no luck. Has anyone else encountered the problem and have any ideas.
Comment