it *should* be sending in plain text, in your email program, confirm the 
font/size for "normal" or "plain" text, some programs differenctiate settings
for different default character sets, try "US-ASCII"

Jon Barnhardt wrote:
> I've been sending mail using CDO  one thing I can't figure out is although nowhere 
>have I set a font or text size, the email I receive uses very large text.  How do I 
>control this?  Here is an example of my shortened code: (functionally works fine, 
>would just like to control formatting)
> 
>       strBody = strBody & Request.QueryString("place") & vbCrLf & vbCrLf
>       strBody = strBody & "Goal 1: "  & strGoal1 & vbCrLf & vbCrLf & vbCrLf
>       strBody = strBody & strAction1 & vbCrLf & vbCrLf & vbCrLf
>       strBody = strBody & strEval1 & vbCrLf & vbCrLf & vbCrLf
>       strBody = strBody & strCost1 & vbCrLf & vbCrLf & vbCrLf
> 
> Set objMessage = Server.CreateObject("CDO.Message")
>               objMessage.To       = "[EMAIL PROTECTED]"
>               objMessage.From     = "Survey Complete <[EMAIL PROTECTED]>"
>               objMessage.Subject  = "Survey Completed"
>               objMessage.TextBody = strBody
>               objMessage.Send
>          Set objMessage = Nothing
> 
> 
> Thanks for any and all help
> 
> Jon
> 
> 
> 
> ---
> You are currently subscribed to activeserverpages as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to %%email.unsub%%
> 

-- 
-----------------------------------------------------------------------
  Michael J. Ryan                          |      ICQ: 4935386
      tracker1(at)theroughnecks(dot)com    |  AIM/AOL: azTracker1
  Roughneck BBS:                           |    Yahoo: azTracker1
      http://www.theroughnecks.net         |      MSN: (email address)
      telnet://theroughnecks.net           | Trillian: www.trillian.cc


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to