ont

Results 15 comments of ont

I am trying to do some integration testing of web service. All external APIs must be replaced by mocks and I call controllers methods directly which emulates real http requests...

Hi! Do you have same problem as in #3 ?

Very strange behavior... Just tested on clear server: ``` # docker pull ontrif/slacker:latest latest: Pulling from ontrif/slacker d660b1f15b9b: Pull complete 46dde23c37b3: Pull complete 6ebaeb074589: Pull complete e7428f935583: Pull complete c8e35ae8bd3e:...

You can use it as usual SMTP server if you program can send emails directly to SMTP server. For sending mails from command line and for old programs that calls...

@Sparticuz can you post error message of the crash and config?

Oh, you probably use this form in config: ```yaml rules: - name: Catch them all from: *@* ``` Yes, this will not work. Values in yaml must start with alphanumeric...

It is probably multipart email message with additional content. For example some email has two variants: `text/plain` and `text/html`. Currently slacker doesn't try to figure out which part of message...

@hycday you probably have `AuthUser` directive in your config: https://linux.die.net/man/5/ssmtp.conf > AuthUser The user name to use for SMTP AUTH. The default is blank, in which case SMTP AUTH is...

Very strange. Do you have any logs from server in docker container?

Currently it is not critical problem. We write `container, err := newContainer()` in every test and it is not so bad in performance because we don't have hundreds of tests.