Changes between Version 27 and Version 28 of Docs/825gen2/Dev/Networking/SendEmail


Ignore:
Timestamp:
03/12/25 08:59:20 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Networking/SendEmail

    v27 v28  
    250250
    251251When transaction is completed app can call this function such as:
    252 {{{
     252{{{#!c++
    253253        char msg[80];
    254254        sprintf_s(msg, "ID Storage transaction %d", tran.tktNum);