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.