#
Here are 1,576 public repositories matching this topic...
-
Updated
Jun 3, 2021 - Ruby
A fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) using Docker.
letsencrypt
docker
ssl
ldap
mail
postfix
imap
smtp
dovecot
spamassassin
antivirus
ldap-server
fail2ban
antispam
mailserver
opendkim
amavis
postgrey
opendmarc
ldap-search
docker-mailserver
saslauthd-ldap
dovecot-variable
-
Updated
Jun 20, 2021 - Shell
Catches mail and serves it through a dream.
ruby
rails
rubygems
development
mail
server
devtools
campaign-monitor
smtp
mailcatcher
rvm
tfg
dream
mailcatcher-github
-
Updated
May 10, 2021 - Ruby
Jodd! Lightweight. Java. Zero dependencies. Use what you like.
java
jquery
ioc
mail
database
micro-framework
http-client
html-parser
java8
json-parser
utility-library
aop
jodd
-
Updated
Jun 10, 2021 - Java
Insular email distribution - mail server as Docker images
-
Updated
Jun 19, 2021 - Python
The best free email forwarding for custom domains. Visit our website to get started (SMTP server)
javascript
node
mail
custom
email
postfix
proxy
gmail
proxy-server
domains
secure
smtp
mta
encrypted
forwarding
nodemailer
sendmail
forward
email-forwarding
sendmailer
-
Updated
Apr 14, 2021 - JavaScript
3
4n70w4
commented
Mar 4, 2020
In email templates I use {{$message->embed(public_path('i/slojj-2.png'))}} instead direct links to images.
<img src="cid:[email protected]" alt="" border="0" width="120px">Send email to any SMTP server like a boss, in Swift and cross-platform
-
Updated
Jun 3, 2017 - Swift
-
Updated
Jun 8, 2021 - Rust
Local, web-based mail server application. Slurp mails into oblivion!
-
Updated
Dec 17, 2020 - JavaScript
Open
Fix homebrew tap
2
jhillyerd
commented
Dec 27, 2017
Homebrew tap is way out of date, goreleaser should be able to generate a new one. Not sure if it will help with launching Inbucket at boot.
-
Updated
Feb 16, 2021 - Scala
A fully tested email parser for PHP 7.2+ (mailparse extension wrapper).
-
Updated
Jun 15, 2021 - PHP
Unofficial, free and open-source Inbox by Gmail Desktop App
electron
nodejs
javascript
windows
macos
linux
mail
gmail
electron-app
linux-app
windows-app
google-inbox
gmail-inbox
macos-app
-
Updated
Apr 5, 2019 - JavaScript
A third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge
-
Updated
Jun 15, 2021 - Go
Improve this page
Add a description, image, and links to the mail topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mail topic, visit your repo's landing page and select "manage topics."



The problem is obtaining system DNS configuration for use in resolver code. The relevant function is
NewExtResolverin framework/dns/dnssec.go.According to https://stackoverflow.com/a/13417318 comments it can be read from registry (DhcpNameServer or NameServer for each interface). Need to figure out which value should be preferred if there are multiple interfaces (or just use them all?).