simple-mail
Email library
An SMTP library for Qt that allows applications to send emails with various features and attachments.
An SMTP library written in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.
213 stars
12 watching
64 forks
Language: C++
last commit: about 1 month ago attachmentc-plus-plusc-plus-plus-11inline-filesmimeqtqt5recipientssimplemailsmtpsmtp-authentication
Related projects:
Repository | Description | Stars |
---|---|---|
stalwartlabs/mail-send | A Rust library for building, signing and sending e-mail messages via SMTP. | 211 |
qnikst/haskellnet | A Haskell library providing client support for common email protocols. | 88 |
xhit/go-simple-mail | A package for sending emails using SMTP with various features such as keep-alive connections and timeout handling. | 651 |
jhickner/smtp-mail | A Haskell library for sending emails using SMTP protocols | 75 |
karastojko/mailio | A C++ library for handling email protocols such as SMTP, POP3, and IMAP. | 392 |
shawwwn/umail | A lightweight SMTP client for sending emails in MicroPython | 83 |
bbottema/simple-java-mail | A lightweight Java library for sending complex emails with features like batch processing and authenticated SOCKS proxy support. | 1,231 |
valord577/mailx | A Go library that simplifies email sending via SMTP | 19 |
eudoxia0/postmaster | A library that provides an easy-to-use SMTP/IMAP interface with API inspired by NodeMailer, allowing users to send and manage email through a variety of services. | 10 |
slimta/python-slimta | Provides building blocks for creating custom email servers | 172 |
danzuep/mailkitsimplified | An email library that simplifies sending and receiving emails using MailKit | 80 |
synchro/phpmailer | A popular PHP email sending library with features like SMTP support, encryption, and attachment handling. | 1,547 |
pallets-eco/flask-mail | A Flask extension that simplifies email sending functionality | 611 |
40ants/trivial-imap | A wrapper around an IMAP library to simplify common tasks like reading emails from a server | 3 |
moteus/lua-sendmail | A CMake-based wrapper around LuaSocket's SMTP send functionality for sending emails from Lua scripts. | 30 |