Smart Mailer ASP Support Product Page
This topic was archived
character problems
Asked 20 Jun 2006 14:22:13
1
has this question
20 Jun 2006 14:22:13 MX Addict posted:
Hi,I use Smart Mailer 1.0.7 with sever settings CDO...
First I create a newsletter with a online text editor and store this in my access database..So far it works.
When sending this newsletter with Smart Mailer ..I have problems with the characters.. é chance to ?
In the head i put:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
I tried to put Server.HtmlEncode before the database content like <%=Server.HtmlEncode(content.Fields.Item("content"

Now the characters are ok but also the html tags like <br> become visible...
I need a solution for this character problem?
Replies
Replied 14 Aug 2006 14:10:42
14 Aug 2006 14:10:42 MX Addict replied:
It is almost 2 month later and still no answer on the text character problem..Shame on you DMX team...
Replied 07 Sep 2006 16:14:20
07 Sep 2006 16:14:20 George Petrov replied:
Hi MX,
Sorry for the delay - seems I missed your post somehow.
Anyway you should select the same charset also in the Smart Mailer interface and use html mail.
This should result in sending the mail with the right charset.
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Sorry for the delay - seems I missed your post somehow.
Anyway you should select the same charset also in the Smart Mailer interface and use html mail.
This should result in sending the mail with the right charset.
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Replied 12 Sep 2006 23:55:23
12 Sep 2006 23:55:23 MX Addict replied:
Hi George,
Still got the same problem with characters..é becomes ?
I use this in SmartMailer Version "1.07":
sm1.contentCharset = "iso-8859-1"
sm1.setBody_Template_html
and this in the template:
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
I have this problem with several websites...Need a solution
Still got the same problem with characters..é becomes ?
I use this in SmartMailer Version "1.07":
sm1.contentCharset = "iso-8859-1"
sm1.setBody_Template_html
and this in the template:
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
I have this problem with several websites...Need a solution
Replied 30 Sep 2006 10:21:15
30 Sep 2006 10:21:15 nathan green replied:
And me please!!
Nathan
Nathan
Replied 18 Oct 2006 11:48:54
18 Oct 2006 11:48:54 MX Addict replied:
DMXzone said that the character problem has to do with the Microsoft XML component. I hope they fix this very soon because I have a lot of complains with my clients. Now I have to ask my clients not to use special characters.
Replied 25 Nov 2006 02:17:23
25 Nov 2006 02:17:23 Torsten Eismann replied:
Hi,
I´ve got the same problem.
ÜüÄäÖöß... = ????????
Help please!
Torsten
I´ve got the same problem.
ÜüÄäÖöß... = ????????
Help please!
Torsten
Replied 11 Dec 2006 22:56:27
11 Dec 2006 22:56:27 George Petrov replied:
HI Torsten,
Are you sure you have selected the same charset in the Smart Mailer interface - as well as on your template page as charset?
If this gives still problems try also adding on the top of you template page:
<%
response.AddHeader "Content-Type", "text/html;Charset=iso-8859-1"
%>
Presuming that your charset is iso-8859-1
Let me know if this works.
Greetings,
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Are you sure you have selected the same charset in the Smart Mailer interface - as well as on your template page as charset?
If this gives still problems try also adding on the top of you template page:
<%
response.AddHeader "Content-Type", "text/html;Charset=iso-8859-1"
%>
Presuming that your charset is iso-8859-1
Let me know if this works.
Greetings,
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Replied 12 Dec 2006 20:26:59
12 Dec 2006 20:26:59 Torsten Eismann replied:
HI George,
my charset was correctly adjusted however it functioned not correctly.
With your code it functioned perfectly.
Thank you
Torsten
my charset was correctly adjusted however it functioned not correctly.
With your code it functioned perfectly.
Thank you
Torsten
Replied 13 Dec 2006 16:08:00
13 Dec 2006 16:08:00 George Petrov replied:
You are welcome Torsten,
Greetings,
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Greetings,
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------