Forum Moderators: open
mailbody = "Something on this line" & vbCrLf & "Something on this line too"
CDO.TextBody = mailbody
What do I use to get my line feeds to show up in a text only email? If I view the message source the line feeds are there, it just doesn't display them in outlook.
Here's my code:
Ahhh, guess what. I just found the problem. For some reason the include with the modified sub routine didn't get published with the rest :o I'm at home now and connecting straight to the server, that's why I only just noticed it. I havn't tested but I'm guessing that's the problem :) Thanks. Always the little things, isn't it ;)