I tried to send E-Mails via CU 400 / SMTP using a HTML-template filled with some specific data.
Sending in-house works fine !
But if i try to send the mail to a recipient outside i get the error message from the mailing-System: 5.5.0 smtp;500 Line limit exceeded.
Sending only some lines of text works !
Can anyone help me ?
Comments
Reading the HTML-template i use AppendBody(Body) - function
this will be made at least all 400 characters.
i think my Problem is to tell the smtp-server, that a new line begins. but how to do ? is this a specific html-code ?
Thanks
Hermann Schubert.
I never count the number of characters in our emails but as we send big HTML tables I would assume that it is more than 500. So, it should be possible using AppendBody.