Posts by Antonio de Pádua Finazzi • 1 point
2 posts
-
0
votes3
answers6333
viewsA: Sending email using Gmail
// Delphi 7 Indy 10, Envia email com anexos. // Testado! Funcionando! // // E não importa o que eu sofri.O que importa é que eu sobrevivi; // Sarah Farias.…
-
-1
votes3
answers6333
viewsA: Sending email using Gmail
procedure TForm1.Button3Click(Sender: TObject); var SMTP:TIdSMTP; MSG: TIdMessage; SSLSocket:TIdSSLIOHandlerSocketOpenSSL; begin SMTP:= TIdSMTP.Create(nil); MSG:=…