Forum Moderators: phranque

Message Too Old, No Replies

Newsletters - sending - problems

newsletters

         

ksgoebel

2:30 pm on Jun 20, 2006 (gmt 0)

10+ Year Member



We send out newsletters to subscribers. Lately, weird characters have entered in.

I look at the newsletter going to mail.yahoo.com and read it, it is awful. I use thunderbird to download it and it looks perfect. I go to AOL it looks perfect. If yahoo is forwarded it looks perfect. So it seems to a webmail issue.

The server where the newsletters are currently being sent is not compatible with XP because he hasn't had time to load the program he purchased. (we are going to change the way we send newsletters, but haven't figured out which way is best since it is a large list).

Any suggestions?

oxbaker

7:59 pm on Jun 20, 2006 (gmt 0)

10+ Year Member



we use Gammadyne its great. A couple things to remember in newsletters to ensure they look good in as many web based browsers as possible.

1. do not use ANY CSS, use font tags and thats it.

2. do not use anything in the <head></head> tags. Many web based clients (like hotmail) strip anything out that appears outside of <body> tags.

3. Insert all image width and height properties in every image tag, so even if they dont show the sizes will retain.

4. Url Escape as many characters as you can. Use &nbsp; for spaces, &gt; for ">", etc. this will help with the characters thing.

5. THink about using a Compact Privacy Policy, this helps isp's whitelist you and is good for the browser clients as well as they generally look to these for confirmation that you are legit.

hth,
mcm