MFsmtp

mfsmtp icon

C/C++ library to send email

git:
   git clone https://gitlab.com/m8618/MFsmtp

Capabilities:

  • Send email in plain text via the smtp protocol.
    • via MX lookup or direct to an SMTP server.
  • Send email in html format via the smtp protocol.
    • using multipart/alternative, i.e plain text is still a part of the message.
  • To, Cc and Bcc recipients.
  • multiple recipients.
  • attachments supported.
  • LOGIN, PLAIN authentication.

History