terra-sync / cnc

Seamless Database Replication tool
GNU General Public License v3.0
4 stars 2 forks source link

add email functionality #14

Closed charmitro closed 8 months ago

charmitro commented 8 months ago
  1. The Makefile has been updated to link the curl library, which is necessary for the new email functionality.

  2. A new email.adoc documentation file has been added. This file provides detailed information about the send_email function and the global variables used in the email sending process.

These changes are part of an effort to enhance the project's communication capabilities by enabling it to send emails.

charmitro commented 8 months ago
Database Replication was successful!
==825269== 
==825269== HEAP SUMMARY:
==825269==     in use at exit: 153 bytes in 4 blocks
==825269==   total heap usage: 59,655 allocs, 59,651 frees, 4,813,839 bytes allocated
==825269== 
==825269== LEAK SUMMARY:
==825269==    definitely lost: 0 bytes in 0 blocks
==825269==    indirectly lost: 0 bytes in 0 blocks
==825269==      possibly lost: 0 bytes in 0 blocks
==825269==    still reachable: 153 bytes in 4 blocks
==825269==         suppressed: 0 bytes in 0 blocks
==825269== Reachable blocks (those to which a pointer was found) are not shown.
==825269== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==825269== 
==825269== For lists of detected and suppressed errors, rerun with: -s
==825269== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)