chisholmd
SSCrazy
Points: 2490
More actions
March 21, 2006 at 10:13 am
#112057
Hi, I am sending emails from a stored procedure and using
+ char(13) + char(13) for new lines / line breaks. This works for some mail clients but not for others.
Any ideas?
Dave
Trainmark.com IT Training B2B Marketplace(Jobs for IT Instructors)
RyanRandall
SSChampion
Points: 13623
March 21, 2006 at 11:09 am
#627946
You might want tor try using both carriage return and line feed...
CHAR(13) + CHAR(10)
Ryan Randall
Solutions are easy. Understanding the problem, now, that's the hard part.
March 21, 2006 at 12:53 pm
#627960
Doh! Yes thank you that did the trick.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply