Newline Character

From: Remulac (cemich_at_chesapeakebay.net)
Date: 06/22/04


Date: 22 Jun 2004 14:20:44 -0700

I'm building a string in a stored procedure that contains the message
content for an email message that I'm sending out through xp_mail. I
want to insert newline (linefeed, carriage return) characters so I can
create paragraphs in the text. How do I do this?



Relevant Pages

  • Re: CAN You help Re: Writing dictionary output to a file
    ... import string, StringIO ... for w in msg: ... I have a piece of code, which does check for matching ... word in the email message by comparing with the words ...
    (comp.lang.python)
  • Re: Trying to use Request.ServerVariables("remote_addr")
    ... I am trying to pass the ip address of a sending web client in the body of an email message. ... //assign string value to message body ... //create the smtp client ...
    (microsoft.public.dotnet.framework.aspnet)
  • Email Cmd
    ... I have a Command that generates an email message as follows: ... Dim strMessage As String 'Body of message ... Dim strSubject As String 'Email Subject ...
    (microsoft.public.access.formscoding)
  • Re: Using scalar instead of stream
    ... > there is a way to use a scalar instead? ... There is no string here ... to which you have loaded an email message. ... Are you *ever* going to bother reading the Posting Guidelines for this ...
    (comp.lang.perl.misc)
  • Re: How to CC in an email
    ... Dim SendTo As String, SendCC As String, MySubject As String, MyMessage As ... MsgBox "This email message has not been sent. ...
    (microsoft.public.access.formscoding)

Loading