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:
01309507
Views:
6
This message has been marked as a message which has helped to the initial question of the thread.
>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)
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform