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 PROTECTED]