-
Updated
Feb 25, 2021 - PHP
smtp
Here are 1,157 public repositories matching this topic...
-
Updated
Mar 8, 2021 - Ruby
-
Updated
Mar 4, 2021 - Shell
-
Updated
Feb 24, 2021 - Ruby
-
Updated
Mar 9, 2021 - Go
-
Updated
Mar 8, 2021 - C#
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Mar 9, 2021 - Python
-
Updated
Nov 26, 2020 - Go
-
Updated
Feb 13, 2021 - Go
-
Updated
Feb 24, 2021 - JavaScript
-
Updated
Feb 18, 2021 - JavaScript
-
Updated
Jan 23, 2021 - C
-
Updated
Jun 3, 2017 - Swift
-
Updated
Dec 17, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
SendableEmail is not Sync at the moment. I think this is because the body of the email is represented by (Box<dyn Read + Send>), which doesn't have the Sync marker trait. Being !Sync prevents sharing &SendableEmail between threads, and sending them to executors that require Sync for such references. It also prevents
0.10.0 blockers
Fix homebrew tap
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.
When using default settings, users will experience fewer bugs. So when there are issues, resetting to the default can be a quick fix/workaround. And this can lead to better bug reports.
We did this in Tiki for http://doc.tiki.org/Site-configuration-preferences. I got used to it and miss it in other applications. Basically, it shows user which settings have been modified and lets them reset to
-
Updated
Feb 25, 2021 - Go
Improve this page
Add a description, image, and links to the smtp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the smtp 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?).