Mail export broken after 4.11 version

edited 2:41AM in FastReport 4.0
Hi, can you help me?
This code works Ok on FastRepor 4.11 but throw 503 Error on 4.12.1 or 4.15, the lastest version.

Error:
ExpMtm (60)
503 AUTH Command used when not advertised.

AFrxReport.PrepareReport(true);
AFrxReport.ShowPreparedReport;
with DMFastReport do
begin
frxMailExport1.Address := '';//SMTP_USER;
frxMailExport1.FromCompany := vEmpresa;
frxMailExport1.SmtpHost := SMTP_SERVER;
frxMailExport1.SmtpPort := 25;
frxMailExport1.FromMail := SMTP_USER;
frxMailExport1.FromName := USUARIO;
frxMailExport1.Login := SMTP_USER;
pass := SMTP_PASSWORD;
frxMailExport1.Password := pass;
frxMailExport1.Subject := FSubject;
frxMailExport1.ExportFilter := frxPDFExport1;

end;

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.