Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/22/20 in all areas

  1. Sample Application Sending a gmail with: Multiple Address HTML Body Attach File Many thanks to Abaksoft! for his detailed post and sample. // Use sample: Gmail := TGmail.Create('YourAccount@gmail.com', 'App password', 'From you/company'); try try Gmail.Connect; Gmail.Send(['useremail@gmail.com'], 'Subject', 'PlainBody', 'htmlBody', 'AttachmentFile'); Gmail.Send(...); Gmail.Send(...); except on E: Exception do ShowMessage(E.Message); end; finally GEmail.Free; end; Atthached file: Sending_gmail.7z
    1 point
  2. Hello, Can you try this approach? function afterCreate(sender) { sender.inputElement.on('tap', function(){sender.focus()}); }
    1 point
  3. +1 48 years old! Start with Delphi 2
    1 point
  4. Awesome. This is A-class service. Thank you so much!
    1 point
×
×
  • Create New...