FutureQuest, Inc. FutureQuest, Inc. FutureQuest, Inc.

FutureQuest, Inc.
Go Back   FutureQuest Community > General Site Owner Support (All may read/respond) > Email & Mailing List Management
User Name
Password  Lost PW

Reply
 
Thread Tools Search this Thread Display Modes
Old 04-10-2003, 10:55 AM   Postid: 85538
MarkW
Site Owner

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Apr 2001
Location: UK
Posts: 134
HTML Email equal (=) signs problem

I'm using PHP to send out multipart (text and HTML) emails. The problem I have is that wherever an equals signs exists in the HTML email, the following two characters are removed during the send. So:
Code:
<body bgColor="#ffffff">
becomes
Code:
<body bgColor=ffffff">
Any ideas?

Mark
MarkW is offline   Reply With Quote
Old 04-10-2003, 11:33 AM   Postid: 85539
MarkW
Site Owner

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Apr 2001
Location: UK
Posts: 134
This thread provided the answer.

Essentially my problem is to do with Quoted-Printable Content-Transfer-Encoding and it's use of equal sign to identify and maintain the output representations of special characters.
So I've just done a replace on the string :
Code:
ereg_replace("=", "=3D", $sTheString);
MarkW is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 visitors)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 09:23 PM.


Running on vBulletin®
Copyright © 2000 - 2013, Jelsoft Enterprises Ltd.
Hosted & Administrated by FutureQuest, Inc.
Images & content copyright © 1998-2013 FutureQuest, Inc.
FutureQuest, Inc.