Sending email from gmail

dromandavedromandave Italy
edited March 2018 in FastReport VCL 5
Hi at all!
I have Fast Report 5.6.1.
I want to send a report from gmail account to another.
Is correct to use SMTP server = smtp.gmail.com and Port = 465 or 587?
In both case fastreport give me an error ("...must issue a STRTTLS command first. ...").
I've read that TfrxExportMail not support gmail ssl encrypted connection, is true?
Has this problem already been corrected in the most recent versions?

Thanks in advance

Comments

  • gpigpi
    edited 11:15AM
    wrote:
    I've read that TfrxExportMail not support gmail ssl encrypted connection, is true?
    Yes, use TfrxMailExport with MAPI or MS Outlook options (mail client should be installed, configured and runned) or uncomment {$DEFINE INDY} in the frx.inc and recompile all FR's packages

Leave a Comment