Back to Kbengine

jwSMTP library documentation

kbe/src/lib/dependencies/jwsmtp/docs/index.html

2.5.12931 B
Original Source

jwSMTP library documentation

Installing the library
Basic usage
Basic code for a jwSMTP enabled program
Mailer class interface
Convenience helper functions
MS Win howto

email jwSMTP

jwSMTP is a simple library written in the C++ language for sending email via the smtp protocol.
The learning curve is minimal as there are so few functions to have to get to know.
See the docs to the left for explanations.

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.