Hi,
Are you using an Emogrifier?
How are you setting the CSS for the emails? If you are using standard CSS style blocks, then you are doing it wrong.
Email is a very different beast from web sites and instead of having CSS and HTML separate, you need to put them together.
If you want your paragraphs to be a slight grey with a set font family and size, then EVERY <p> needs these styles set.
e.g
Code:
<p style="font-size:12px;color:#444;font-family:Arial,Verdana,Helvetica,sans-serif;">Your content</p>
I personally use http://www.pelagodesign.com/sidecar/emogrifier/ to Emogrify the CSS into the HTML. Seems to do a reasonable job, with only some minor tweaks needed here and there.
SugarCRM does cut out the <HEAD></HEAD> and ending </BODY> contents of your code because it puts in it's own unsubscribe link and because you shouldn't need it as email clients ignore it.
If your issue is that SugarCRM is screwing up your HTML, then that's possibly because you haven't allowed certain tags to be allowed in HTML emails (e.g iframes or whatever weird things it blocks by default because you shouldn't be using them), or because of issues with the WYSIWYG editor.
Webmalone, what bounceback issue are your referring to?
Also, do you have any suggested ways of getting a spam score? At the moment we send the emails to about 8 email addresses, some with Gmail/Google Apps, with Yahoo, Hotmail and a local ISP. None are getting marked as spam as far as we can tell.
We are also checking the emails in the web clients, Entourage, Outlook and Thunderbird. Sometimes it'll like fine in one, except maybe some of the text is a little darker, you'll then look in another client to discover that the text isn't being styled and has defaulted to a different font and looks rather ugly.
Bookmarks