Kbase P9306: Running Sample Code To Send Email via Internet SMTP with 4GL and getting error: server:501 5.5.4 Inv
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/06/2005 |
|
Status: Verified
SYMPTOM(s):
Running Sample Code To Send Email via Internet SMTP with 4GL and getting following error:
server:501 5.5.4 Invalid Address.
Executing the statement:
RUN newState(2, "HELO how are you? ~r~n").
caused the error.
FIX:
Replace the statement:
RUN newState(2, "HELO how are you? ~r~n").
With:
RUN newState(2, "HELO ~r~n").