Changes between Version 24 and Version 25 of Docs/825gen2/Dev/DeveloperNews
- Timestamp:
- 03/04/25 10:14:45 (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DeveloperNews
v24 v25 27 27 **Comming Soon...** 28 28 29 arm825beta lib825ev CTktFlds and CTicket are updated to allow apps to send tickets as emails. These classes are also updated to allow graphical printing to [https://en.wikipedia.org/wiki/CUPS CUPS] supported printers connected by Network or USB. The library currently uses a popen system call to use **msmtp** command lineto send email. A future plan is to use libesmtp to send emails directly. In the VM install the libesmtp-devel package.29 arm825beta lib825ev CTktFlds and CTicket are updated to allow apps to send tickets as emails. These classes are also updated to allow graphical printing to [https://en.wikipedia.org/wiki/CUPS CUPS] supported printers connected by Network or USB. The library currently uses a DoShellCmd (popen) system call to use the **msmtp** command line command to send email. A future plan is to use libesmtp to send emails directly. In the VM install the libesmtp-devel package. 30 30 {{{ 31 31 sudo dnf install libesmtp-devel