I got the same problem....startTLS returns true, but next smtp command returns false.
I solve this issue deleting startTLS and simply writing: smtp.autoTLS := true; BEFORE the login command. With this, works great. With this, adding uses ssl_openss.pas in the unit and coping the two openssl dll's works with gmail's smtp server. Regards Lukas Gebauer escribió: >> I try to send letter using gmail as SMTP-server >> if i use port 587 then login successful, but when i try to execute >> StartTLS i receive error: Success - Other undefined status >> > > Have you compiler your application with one of SSL plugins and have > you solved all dependecies of used plugin? > > For example, if you wish to use OpenSSL, then you must add > ssl_openssl to yoyur project uses and you must have two OpenSSl DLL's > accessible from your executable. > > Without this is your application compiled without SSL support! > > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
