Send email

edited March 2012 in FastReport 4.0
'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 []

Comments

  • edited 12:05AM
    Component:

    Project : Ararat Synapse

    unit smtpsend;

    if not Ehlo then
    begin
    FESMTP := False;
    if not Helo then
    Exit;
    end;

    works perfect !

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.