-
I need an embeddable SMTP server for a new project I'm working on. Is this library stable and being maintained? The versions on maven central are 10 years old.
-
### Go version
go version go1.22.4 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH…
oakad updated
2 months ago
-
Chris Musty started documenting on how to do this for EC2 instances in the TurnKey docs [here](http://www.turnkeylinux.org/docs/aws-email-out-config) but it would be good to complete this and flesh it…
-
I am using a very basic version with the call:
` var email = Email
.From("support@myemail.com")
.To("support@myemail.com")
…
-
I have setup elastalert and below message is seen
INFO:elastalert:Ran HTTP Response codes from 9-25 8:29 UTC to 9-25 8:41 UTC: 591 query hits, 9 matches, 0 alerts sent
Please help us
-
I have the following result:
MX records (omprompt.com): Array
(
[cluster8.eu.messagelabs.com] => 10
[cluster8a.eu.messagelabs.com] => 50
[omprompt.com] => 0
)
Connecting to clus…
-
Unless I'm being silly here the self test will always come back unsuccessful as it doesn't set a subject line before calling isValidForSend() so it will come back false and throw the following errors:…
-
Hey mate, how are you.
I know this is not an issue but i am new to github and did not find any message feature here...
I am not a coder, i can copy and paste a few things but thats it. but i would …
-
For instance registration or email change emails. See the UI issue @desnoes has created: https://github.com/c2corg/v6_ui/issues/1763
It is maybe related to this function https://github.com/c2corg/v…
-
Hi Nose Devs
Please add better documentation for the with_setup decorator. The following is not possible but is a common use case for a setup/teardown function.
```
from nose.tools import *
def my_…