terra-sync / cnc

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

rust: enhance email functionality #38

Closed charmitro closed 4 months ago

charmitro commented 4 months ago

This update significantly enhances the interface for sending emails from C to Rust by introducing a structured approach with the EmailInfo struct. The EmailInfo struct formalizes the parameters for sending an email, including sender, recipients, CC, and body, making it easier for C developers to utilize the Rust email sending functionality.

Key changes include:

charmitro commented 4 months ago

Converting to draft, I'm missing SMTP server options.