this article shows you how to do that


http://www.houseoffusion.com/cf_lists/index.cfm/method=messages
<http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadi
d=126&forumid=20> &threadid=126&forumid=20

-----Original Message-----
From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
Sent: 11 February 2004 16:12
To: CF-Talk
Subject: RE: <cfmail>

Isn't there a way to determine whether or not the client gets an HTML or
text version? I seem to recall that a newsletter I used to get got sent
to
my school address (when I was in college) as plain text, yet the one
that
came to my Comcast email was HTML.... How did they do that?

  _____  

From: Ubqtous [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 11, 2004 11:11 AM
To: CF-Talk
Subject: Re: <cfmail>

Stuart,

On 2/11/2004 at 10:44, you wrote:

SK> I am sending out an email message to users when they register on
SK> my site.  However, some people have said that bits are missing,
SK> graphic etc.  These are all stored on my website and in my CFMAIL
SK> tag they are the usual http links to images and a stylesheet

CSS can be tricky. I tend to use Element-level styles (BODY, TD, P,
etc) instead of classes (e.g., ".header") as MS Outlook doesn't seem
to preserve the period in the class notation. If formatting is an
absolute must, I resort to <strong>, <em>, and the like.

SK> Does anyone know of any irregularities with the CFMAIL tag?

I've had to add CFMAILPARAMs to HTML emails as some email clients
don't seem to recognize CFMAIL messages as HTML by default:

        <cfmailparam name="Mime-Version" value="1.0">
        <cfmailparam name="content-type" value="text/html">

SK>  Is there anyway to make sure my message can be seen by all that
SK> read it, not dependent on which email client they use?

You'll have to code to the least common denominator to ensure that the
message looks the same for everyone; which could mean using plain text
instead of--or in addition to--HTML.

SK> Also, i noticed that some people don't get the mail, instead it
SK> goes straight to their JUNK MAIL box (Yahoo! especially).  Is
SK> there a way to avoid this?  I have made sure the user's name is in
SK> the TO field.  Maybe it's doing this because it sees a link in the
SK> page which doesn't link to the exact site, for instance say it
SK> says www.mysite.com the link is actually to
SK> www.mysite.com/test.cfm.

If you're not on the recipient's 'white list', there's not much you
can do. Addressing the message directly to the person will help, but
in the end you can't force your message into their inbox--which is a
good thing! Also, it seems that sender address verification (SAV) is
becoming more common, so make sure that the 'from' address is a
legitimate email account.

~ Ubqtous ~

  _____
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to