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: 17 days 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. | 209 |
qnikst/haskellnet | A Haskell library providing client support for common email protocols. | 87 |
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 sending and receiving email using MIME and protocols like SMTP, POP3, and IMAP | 382 |
shawwwn/umail | A lightweight SMTP client for sending emails in MicroPython | 82 |
bbottema/simple-java-mail | A Java library for sending complex emails with features like batch processing and authentication. | 1,229 |
valord577/mailx | A Go library that simplifies email sending via SMTP | 19 |
eudoxia0/postmaster | An SMTP/IMAP email library with an API inspired by popular services | 10 |
slimta/python-slimta | Provides building blocks for creating custom email servers | 171 |
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 | 609 |
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 |