Solved
Forum Discussion
Ryan_Moran
11 years agoValued Contributor
[Edit]
Scratch that last reply. Didn't notice you're using the built in SendEmail function.
This seems more like the issue you're seeing:
You likely need to have embedded line breaks as suggested by that link. I.E. "\r\n"
Ryan_Moran
11 years agoValued Contributor
Possibly this variable MsgErreur exceeds 1024 characters.
- m_essaid11 years agoValued Contributor
Hey Ryan that's great, thank you very much.
In fact as you said the .HTMLBody could not be much longer than something like a thousand characters.
And HTML markups like <BR /> or </P> are not CRLF.
So I put at the end of each test a write of Chr(10) + Chr(13). (CRLF)
:)