Send email
'm using version 4.12.1, the previous version worked perfectly, now shows the following error:
error
expMtm (60)
500 Unrecognized command
OK
I noticed that changed from one version to another
s: = 'EHLO' + DomainByEmail (FMailFrom) + # 13 # 10;
to
s: = 'HELO' + DomainByEmail (FMailFrom) + # 13 # 10;
Hugs []
error
expMtm (60)
500 Unrecognized command
OK
I noticed that changed from one version to another
s: = 'EHLO' + DomainByEmail (FMailFrom) + # 13 # 10;
to
s: = 'HELO' + DomainByEmail (FMailFrom) + # 13 # 10;
Hugs []
Comments
Project : Ararat Synapse
unit smtpsend;
if not Ehlo then
begin
FESMTP := False;
if not Helo then
Exit;
end;
works perfect !