Hi Friends,
I am using CDONTS for emailing and everything is working fine. But I want to send text emails with some information like:
A: xyz
B: pqr
etc etc...
I am able to get the information but am not able to insert new line characters into the text. I am using recordsets for developing the strings. I am trying:
strMail = strMail & "A: xyz" & vbCRLF
What should I use instead of vbCRLF for inserting new lines?
Phani
I am using CDONTS for emailing and everything is working fine. But I want to send text emails with some information like:
A: xyz
B: pqr
etc etc...
I am able to get the information but am not able to insert new line characters into the text. I am using recordsets for developing the strings. I am trying:
strMail = strMail & "A: xyz" & vbCRLF
What should I use instead of vbCRLF for inserting new lines?
Phani