Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding new lines in the body of emails
#1
When using mail.AddMessage or SendMail, is it possible to add new lines to the body text? Such as:


Code:
Copy      Help
SendMail "ema@il.addy" "subject" "1st line of text. [] 2nd line of text. []3rd line of text." 1

where "[]" signals a new line.
#2
Code:
Copy      Help
SendMail "ema@il.addy" "text" "1st line of text. [] 2nd line of text. []3rd line of text." 0
SendMail "ema@il.addy" "HTML" "1st line of text. <br> 2nd line of text. <br>3rd line of text." 1
#3
Ah. Didn't set the flags correctly, durrrrrrrrr. [Image: redface.gif]

Thanks


Forum Jump:


Users browsing this thread: 1 Guest(s)