-
Updated
Nov 25, 2021 - JavaScript
#
smtp-server
Here are 291 public repositories matching this topic...
Mini SMTP server written in golang
-
Updated
Nov 16, 2021 - Go
Papercut SMTP -- The Simple Desktop Email Server
-
Updated
Nov 16, 2021 - JavaScript
smtp4dev - the fake smtp email server for development and testing
-
Updated
Nov 29, 2021 - C#
Local, web-based mail server application. Slurp mails into oblivion!
-
Updated
Sep 6, 2021 - JavaScript
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
-
Updated
Nov 29, 2021 - PHP
A Python Mail Server
-
Updated
Oct 6, 2021 - Python
SMTP docker container
-
Updated
Feb 17, 2021 - Shell
alanpost
commented
Aug 24, 2019
If one were to compile the qmail code with -Wall -Werror, the following error is produced:
./compile tcpto.c
tcpto.c: In function ‘tcpto_err’:
tcpto.c:139:34: error: ‘firstwhen’ may be used uninitialized in this
function [-Werror=maybe-uninitialized]
if ((firstpos < 0) || (when < firstwhen))
~~~~~~^~~~~~~~~~~~
Is there a conditio
1
Magento 2 SMTP Extension helps the owner of store simply install SMTP (Simple Mail Transfer Protocol) server which transmits the messages into codes or numbers.
email
mailer
magento
magento2
smtp
smtp-server
mageplaza
magento2-module
magento-2-extension
magento2-extension-free
smtp-configuration
smtp-extension
mageplaza-smtp
mail-transfer-protocol
-
Updated
Nov 29, 2021 - PHP
Simple SMTP server / postfix null relay host for your Docker and Kubernetes containers. Based on Alpine Linux.
docker
kubernetes
mail
docker-compose
docker-container
postfix
docker-image
smtp
dkim
smtp-server
mailserver
dkim-keys
docker-postfix
postfix-docker
helm-chart
postfix-configuration
postfix-relay
postfix-server
relaying-messages
-
Updated
Nov 25, 2021 - Shell
Simple SMTP relay docker image.
-
Updated
Nov 19, 2021 - Shell
A Lightweight High Performance ESMTP email server
nginx
lightweight
golang
http
mongodb
high-performance
proxy
smtp
smtp-server
c10k
smtpd
esmtp-server
esmtp
-
Updated
Aug 24, 2018 - Go
mailproxy is a simple SMTP proxy. It receives emails through an unencrypted, unauthenticated SMTP interface and retransmits them through a remote SMTP server that requires modern features such as encryption and/or authentication. mailproxy is primarily useful for enabling email functionality in legacy software that only supports plain SMTP.
-
Updated
May 29, 2020 - Python
Maildroid is a small robust android library for sending emails using SMTP server
-
Updated
Nov 1, 2021 - Kotlin
Simple Golang SMTP relay/proxy server
-
Updated
Nov 24, 2021 - Go
A simple SMTP Server for Testing purposes. Emails are stored in an in-memory database and rendered in a Web UI
-
Updated
Oct 20, 2021 - Java
netDumbster is a .Net Fake SMTP Server clone of the popular Dumbster
-
Updated
Mar 17, 2021 - C#
Simple and easy to use catch-all SMTP mail server and debugging tool
-
Updated
Dec 31, 2019 - JavaScript
a tiny package that implements SMTP server for Go projects
-
Updated
Jun 14, 2020 - Go
SMTP server (library) for receiving emails, written in pure PHP.
-
Updated
Mar 23, 2020 - PHP
Smtp server for mass emailing, managing email lists and more. Built on .NET Core. Linux, MAC and Windows compatible.
windows
linux
mail
email
text
message
smtp
smtp-server
ssl-certificate
text-message
bulk-sms
bulksms
bulkemail
bulk-email
mx-record
mail-demon
-
Updated
Feb 25, 2021 - C#
Improve this page
Add a description, image, and links to the smtp-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the smtp-server topic, visit your repo's landing page and select "manage topics."
The POP3 server (pop3d package) does not have any unit tests. The golang net/textproto package could be used to create some.
See
smtpd/handler_test.go
for examples