-
**Describe the bug**
When using either the send() method of the async transport or test_connection, upon the lack of a network connection, they will indefinitely wait for the network to go up before …
-
duplicating/reopening here as it seems to be the core of this issue https://github.com/Foundry376/Mailspring/issues/341
**Summary**
Mailspring, which is using this library, is failing in negotiati…
zeph updated
7 months ago
-
## WS-2019-0567 - High Severity Vulnerability
Vulnerable Library - curlcurl-7_69_1
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, G…
-
Hey,
I have been trying to send an email with the following code:
```haskell
{-# LANGUAGE OverloadedStrings #-}
module Main where
import qualified MyLib (someFunc)
import qualified Data.…
-
### Answers checklist.
- [X] I have read the documentation [ESP-AT Programming Guide](https://docs.espressif.com/projects/esp-at/en/latest/) and the issue is not addressed there.
- [X] I have used th…
-
I'm currently looking for a golang replacement for Haraka SMTP server. Is this an SMTP server or a library that would call an SMTP server?
Haraka:
https://haraka.github.io/
-
[**wikipedia.org/wiki/SMTPS**](https://en.wikipedia.org/wiki/SMTPS)
- Port `587` → STARTTLS
- Port `465` → TLS
Might fix #7, generally this library has been wrongly reporting invalid mailbo…
-
It's a little difficult to describe as I'm not a Clojure expert, but here is what I'm seeing. This test passes fine:
``` clojure
(defn- send-message
([m msg]
(merge m msg))
([msg]
(send-mes…
-
I did everything like in mailer README.
I added "com.typesafe" %% "play-plugins-mailer" % "2.1-RC2" to my dependencies.
I added 1500:com.typesafe.plugin.CommonsMailerPlugin to my conf/play.plugins
I a…
-
### Summary
We need to send email notifications to the customers and hosts, using modules like nodemailer and SMTP, for example, gmail.
### Acceptance Criteria:
- [ ] Create the documentation for…