GunSmoker
You (as developer) is interested in getting as much bug reports as possible. First, you have to select a reliable send method for delivering reports from users to you. However, it may be not enough…. … Read more
6 years ago in best practice, Delphi, EL 7.x, how-to, technical0
GunSmoker
EurekaLog’s code can be used to easily send arbitrary e-mails from your code. Option 1 Use EurekaLogSendEmail function from ESendMail unit. For example: EurekaLogSendEmail(‘recepient@example.com’, ‘Subject’, ‘Body’); or like this: if not EurekaLogSend… … Read more
6 years ago in Delphi, EL 7.x, feature, how-to, technical0