Changes between Version 22 and Version 23 of Docs/825gen2/Dev/DeveloperNews
- Timestamp:
- 03/04/25 10:07:19 (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DeveloperNews
v22 v23 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. 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 line to send email. A future plan is to use libesmtp to send emails directly. In the VM install the libesmtp-devel package. 30 {{{ 31 sudo dnf install libesmtp-devel 32 }}} 30 33 31 34 Apps that use these classes for ticket printing can be recompiled with the updated lib825ev to support sending emails and CUPS printing.