RE: [WebDNA] CSS HTML Email Using Emailer

This WebDNA talk-list message is from

2010


It keeps the original formatting.
numero = 105205
interpreted = N
texte = This is a multi-part message in MIME format. ------=_NextPart_000_0001_01CAEA1C.D762A2F0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Stuart, Thanks for the assist. I am using the exact same method and layout that you are using. I believe, it has to do with some settings in the email program that is processing the mail and not the codex. Below is the email I am sending which works great in MaxBulk but not in Emailer. I think it has to do with the "span class" use. Anyway, see the HTML sample below and try it on your box ..you will notice that the span css text will not work via Emailer but it does in others (eg. MaxBulk) ----------------------- HTML EMAIL
This is default page font
This is the test tag in span
------------ So, the question remains .how do I get Emailer to send the above correctly which other email programs can do. Thanks again and sorry for the bother. Cheers TDn From: Stuart Tremain [mailto:webdna@idfk.com.au] Sent: Sunday, May 02, 2010 13:50 To: talk@webdna.us Subject: Re: [WebDNA] CSS HTML Email Using Emailer Here is the HTML for the previous post ====================================================== HTML EMAIL
STANDARD HTML IN HERE
====================================================== Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 02/05/2010, at 9:50 AM, Terry Nair wrote: Hi folks, Need some help on this. I have used WebDNA Sendmail and Emailer to send multipart emails with HTML as well as plain text content. For the HTML part, it is the plain vanilla HTML codes without any use of CSS that is used in the email. No issues there and works for eons. Recently, had a client that uses MaxBulk Mailer, a really nifty and good mass email software. It too does multipart emails. The difference is ..it can handle CSS formatted HTML content in the email. Did a test on both software .Emailer and MaxBulk using the same HTML content where the only difference is how the fonts are defined .. versus . What was discovered is that Outlook, upon receiving the email .properly displays CSS HTML emails from MaxBulk but not from Emailer. Does anyone know what is up with this? Is there a way or something I need to add to the Emailer mail format or Sendmail context to make it send CSS HTML mails that can display correctly in Outlook. Thanks for the assist ...regards Terry Nair ------=_NextPart_000_0001_01CAEA1C.D762A2F0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi Stuart,

 

Thanks for the assist. I am using the exact same method = and layout that you are using. I believe, it has to do with some settings in = the email program that is processing the mail and not the codex. Below is = the email I am sending which works great in MaxBulk but not in Emailer. I think it = has to do with the “span class” use. Anyway, see the HTML sample = below and try it on your box ….you will notice that the span css text will = not work via Emailer but it does in others (eg. MaxBulk)

 

-----------------------

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" = "http://www.w3.org/TR/html4/loose.dtd">

<HTML>

<HEAD>

<TITLE>HTML = EMAIL</TITLE>

<META http-equiv=3D"Content-Type" content=3D"text/html; = charset=3Diso-8859-1">

<STYLE = type=3D"text/css">

<!--

body, p, td {

         &nbs= p;  font-family: Arial, Helvetica, sans-serif;

         &nbs= p;  font-size: 11px;

         &nbs= p;  color: #666666;

}

a:link {

         &nbs= p;  color: #0A479C;

         &nbs= p;  text-decoration: none

}

a:hover {

         &nbs= p;  color: #0A479C;

         &nbs= p;  text-decoration: underline

}

a:visited {

         &nbs= p;  color: #0A479C;

         &nbs= p;  text-decoration: none

}

.testtag {

         &nbs= p;  font-family: Arial, Helvetica, sans-serif;

         &nbs= p;  font-size: 14px;

         &nbs= p;  font-weight: bold;

         &nbs= p;  color: #0000FF;

}

body {

         &nbs= p;  background-color: #FFFFFF;

}

-->

</STYLE>

</HEAD>

<BODY>

<table width=3D"280" border=3D"0" align=3D"center" cellpadding=3D"1" cellspacing=3D"1">

  <tr>

    <td = align=3D"center">This is default page font<br>

      <span class=3D"testtag">This is the test tag in span</span></td>

  </tr>

</table>

</BODY>

</HTML>

 

------------

 

So, the question remains …how do I get Emailer to = send the above correctly which other email programs can do. Thanks again and = sorry for the bother.

 

Cheers TDn

 

From:= Stuart = Tremain [mailto:webdna@idfk.com.au]
Sent: Sunday, May 02, 2010 13:50
To: talk@webdna.us
Subject: Re: [WebDNA] CSS HTML Email Using = Emailer

 

Here is the HTML for the previous = post

 

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/= loose.dtd">

<HTML><HEAD>

<TITLE>HTML EMAIL</TITLE>

<META http-equiv=3D"Content-type" content=3D"text/html; = charset=3Diso-8859-1">

<STYLE = type=3D"text/css">

<!--=

body,p,td {

font-family: Arial, Helvetica, sans-serif;

font-size: 11px; 

color: #666666;

}

 <= /span>

a:link {  color: #0A479C; text= -decoration: = none= }

a:hover {  color: #0A479C; text-decoration: underline}

a:visited {  color: #0A479C; text-decoration: none}

--><= /span>

</STYLE>

</HEAD>

<BODY = bgcolor=3D"#FFFFFF">

<DIV = align=3D"center">

 

STANDARD HTML IN HERE

 

</DIV>

</BODY></HTML>

 

 

=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

 

 

 

 

 

Regards

 

Stuart = Tremain

IDFK Web = Developments

AUSTRALIA

webdna@idfk.com.au

 

 

 

On 02/05/2010, at 9:50 AM, Terry Nair = wrote:



Hi folks,

 

Need some help on this. I have used WebDNA Sendmail and = Emailer to send multipart emails with HTML as well as plain text content. For = the HTML part, it is the plain vanilla HTML codes without any use of CSS that is = used in the email. No issues there and works for eons.

 

Recently, had a client that uses MaxBulk Mailer, a really = nifty and good mass email software. It too does multipart emails. The = difference is ….it can handle CSS formatted HTML content in the email. Did a = test on both software …Emailer and MaxBulk using the same HTML content = where the only difference is how the fonts are defined ….<SPAN> versus <FONT>.

 

What was discovered is that Outlook, upon receiving the = email …properly displays CSS HTML emails from MaxBulk but not from = Emailer. Does anyone know what is up with this? Is there a way or something I = need to add to the Emailer mail format or Sendmail context to make it send CSS = HTML mails that can display correctly in Outlook.

 

Thanks for the assist …..regards Terry = Nair

 

------=_NextPart_000_0001_01CAEA1C.D762A2F0-- Associated Messages, from the most recent to the oldest:

    
  1. [BULK] Re: [WebDNA] CSS HTML Email Using Emailer (Lawrence 2010)
  2. Re: [WebDNA] CSS HTML Email Using Emailer (Steve Craig 2010)
  3. RE: [WebDNA] CSS HTML Email Using Emailer ("Terry Nair" 2010)
  4. Re: [WebDNA] CSS HTML Email Using Emailer (Tom Duke 2010)
  5. RE: [WebDNA] CSS HTML Email Using Emailer ("Terry Nair" 2010)
  6. Re: [WebDNA] CSS HTML Email Using Emailer (Stuart Tremain 2010)
  7. Re: [WebDNA] CSS HTML Email Using Emailer (Stuart Tremain 2010)
This is a multi-part message in MIME format. ------=_NextPart_000_0001_01CAEA1C.D762A2F0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Stuart, Thanks for the assist. I am using the exact same method and layout that you are using. I believe, it has to do with some settings in the email program that is processing the mail and not the codex. Below is the email I am sending which works great in MaxBulk but not in Emailer. I think it has to do with the "span class" use. Anyway, see the HTML sample below and try it on your box ..you will notice that the span css text will not work via Emailer but it does in others (eg. MaxBulk) ----------------------- HTML EMAIL
This is default page font
This is the test tag in span
------------ So, the question remains .how do I get Emailer to send the above correctly which other email programs can do. Thanks again and sorry for the bother. Cheers TDn From: Stuart Tremain [mailto:webdna@idfk.com.au] Sent: Sunday, May 02, 2010 13:50 To: talk@webdna.us Subject: Re: [WebDNA] CSS HTML Email Using Emailer Here is the HTML for the previous post ====================================================== HTML EMAIL
STANDARD HTML IN HERE
====================================================== Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 02/05/2010, at 9:50 AM, Terry Nair wrote: Hi folks, Need some help on this. I have used WebDNA Sendmail and Emailer to send multipart emails with HTML as well as plain text content. For the HTML part, it is the plain vanilla HTML codes without any use of CSS that is used in the email. No issues there and works for eons. Recently, had a client that uses MaxBulk Mailer, a really nifty and good mass email software. It too does multipart emails. The difference is ..it can handle CSS formatted HTML content in the email. Did a test on both software .Emailer and MaxBulk using the same HTML content where the only difference is how the fonts are defined .. versus . What was discovered is that Outlook, upon receiving the email .properly displays CSS HTML emails from MaxBulk but not from Emailer. Does anyone know what is up with this? Is there a way or something I need to add to the Emailer mail format or Sendmail context to make it send CSS HTML mails that can display correctly in Outlook. Thanks for the assist ...regards Terry Nair ------=_NextPart_000_0001_01CAEA1C.D762A2F0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi Stuart,

 

Thanks for the assist. I am using the exact same method = and layout that you are using. I believe, it has to do with some settings in = the email program that is processing the mail and not the codex. Below is = the email I am sending which works great in MaxBulk but not in Emailer. I think it = has to do with the “span class” use. Anyway, see the HTML sample = below and try it on your box ….you will notice that the span css text will = not work via Emailer but it does in others (eg. MaxBulk)

 

-----------------------

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" = "http://www.w3.org/TR/html4/loose.dtd">

<HTML>

<HEAD>

<TITLE>HTML = EMAIL</TITLE>

<META http-equiv=3D"Content-Type" content=3D"text/html; = charset=3Diso-8859-1">

<STYLE = type=3D"text/css">

<!--

body, p, td {

         &nbs= p;  font-family: Arial, Helvetica, sans-serif;

         &nbs= p;  font-size: 11px;

         &nbs= p;  color: #666666;

}

a:link {

         &nbs= p;  color: #0A479C;

         &nbs= p;  text-decoration: none

}

a:hover {

         &nbs= p;  color: #0A479C;

         &nbs= p;  text-decoration: underline

}

a:visited {

         &nbs= p;  color: #0A479C;

         &nbs= p;  text-decoration: none

}

.testtag {

         &nbs= p;  font-family: Arial, Helvetica, sans-serif;

         &nbs= p;  font-size: 14px;

         &nbs= p;  font-weight: bold;

         &nbs= p;  color: #0000FF;

}

body {

         &nbs= p;  background-color: #FFFFFF;

}

-->

</STYLE>

</HEAD>

<BODY>

<table width=3D"280" border=3D"0" align=3D"center" cellpadding=3D"1" cellspacing=3D"1">

  <tr>

    <td = align=3D"center">This is default page font<br>

      <span class=3D"testtag">This is the test tag in span</span></td>

  </tr>

</table>

</BODY>

</HTML>

 

------------

 

So, the question remains …how do I get Emailer to = send the above correctly which other email programs can do. Thanks again and = sorry for the bother.

 

Cheers TDn

 

From:= Stuart = Tremain [mailto:webdna@idfk.com.au]
Sent: Sunday, May 02, 2010 13:50
To: talk@webdna.us
Subject: Re: [WebDNA] CSS HTML Email Using = Emailer

 

Here is the HTML for the previous = post

 

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/= loose.dtd">

<HTML><HEAD>

<TITLE>HTML EMAIL</TITLE>

<META http-equiv=3D"Content-type" content=3D"text/html; = charset=3Diso-8859-1">

<STYLE = type=3D"text/css">

<!--=

body,p,td {

font-family: Arial, Helvetica, sans-serif;

font-size: 11px; 

color: #666666;

}

 <= /span>

a:link {  color: #0A479C; text= -decoration: = none= }

a:hover {  color: #0A479C; text-decoration: underline}

a:visited {  color: #0A479C; text-decoration: none}

--><= /span>

</STYLE>

</HEAD>

<BODY = bgcolor=3D"#FFFFFF">

<DIV = align=3D"center">

 

STANDARD HTML IN HERE

 

</DIV>

</BODY></HTML>

 

 

=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

 

 

 

 

 

Regards

 

Stuart = Tremain

IDFK Web = Developments

AUSTRALIA

webdna@idfk.com.au

 

 

 

On 02/05/2010, at 9:50 AM, Terry Nair = wrote:



Hi folks,

 

Need some help on this. I have used WebDNA Sendmail and = Emailer to send multipart emails with HTML as well as plain text content. For = the HTML part, it is the plain vanilla HTML codes without any use of CSS that is = used in the email. No issues there and works for eons.

 

Recently, had a client that uses MaxBulk Mailer, a really = nifty and good mass email software. It too does multipart emails. The = difference is ….it can handle CSS formatted HTML content in the email. Did a = test on both software …Emailer and MaxBulk using the same HTML content = where the only difference is how the fonts are defined ….<SPAN> versus <FONT>.

 

What was discovered is that Outlook, upon receiving the = email …properly displays CSS HTML emails from MaxBulk but not from = Emailer. Does anyone know what is up with this? Is there a way or something I = need to add to the Emailer mail format or Sendmail context to make it send CSS = HTML mails that can display correctly in Outlook.

 

Thanks for the assist …..regards Terry = Nair

 

------=_NextPart_000_0001_01CAEA1C.D762A2F0-- "Terry Nair"

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

PCS Frames (1997) Sku numbers (1997) WYSIWYG Entry of text fields (2001) WebDNA Solutions ... sorry! (1997) tab as word delimiter (2000) Format of Required fields error message (1997) Inline Frame HTML editor uploaded (2002) PCS Frames (1997) Search context not finding recent entries (1998) Price characteristics? (1997) FORMS: Returning a specific page (1997) credit card (1997) Change in Host? (1999) Logging purchases (1997) OT: zipcodes (2002) apache 2.x (2002) Re:Subcription Sales w/WebCatalog (1999) Multiple catalog databases and showcart (1997) emailer setup (1997) MacAuthorize and WebMerchant (1997)