Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cdo smtp mail line feed problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01309504
Message ID:
01309512
Views:
7
Vladimir

Sorry, I should have said, I had already tried that option. The strange thing is that I can get it to work OK when using my own ISP's SMTP mail server but when I use my employers ISP's server it causes a problem. It seems that the SMTP server is the problem maybe?

Barry.


>>I am trying to use cdo smtp mail to automate sending emails. The body text I wish to send is split into 3 paragraphs. I have split them using chr(13)+chr(13) as part of the body text string I past to the mail object. But on receipt of the mail the text is run together with no separation between paragraphs. It appears that the smtp mail server is stripping out the chr(13)'s.
>>
>>Any advice on how to get around this would be greatly appreciated.
>>
>>Barry Sutton
>
>try with
>
chr(13)+chr(10)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform