Changes between Version 27 and Version 28 of Docs/825gen2/Dev/Networking/SendEmail
- Timestamp:
- 03/12/25 08:59:20 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/SendEmail
v27 v28 250 250 251 251 When transaction is completed app can call this function such as: 252 {{{ 252 {{{#!c++ 253 253 char msg[80]; 254 254 sprintf_s(msg, "ID Storage transaction %d", tran.tktNum);