diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 9ab2f52..a8a5a8f 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -27,6 +27,10 @@ env: TEST_SMTPAUTH_USER: ${{ secrets.TEST_USER }} TEST_SMTPAUTH_PASS: ${{ secrets.TEST_PASS }} TEST_SMTPAUTH_TYPE: "LOGIN" + TEST_ONLINE_SCRAM: "1" + TEST_HOST_SCRAM: ${{ secrets.TEST_HOST_SCRAM }} + TEST_USER_SCRAM: ${{ secrets.TEST_USER_SCRAM }} + TEST_PASS_SCRAM: ${{ secrets.TEST_USER_SCRAM }} permissions: contents: read diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 0f54b09..16ab41a 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -21,6 +21,10 @@ env: TEST_SMTPAUTH_USER: ${{ secrets.TEST_USER }} TEST_SMTPAUTH_PASS: ${{ secrets.TEST_PASS }} TEST_SMTPAUTH_TYPE: "LOGIN" + TEST_ONLINE_SCRAM: "1" + TEST_HOST_SCRAM: ${{ secrets.TEST_HOST_SCRAM }} + TEST_USER_SCRAM: ${{ secrets.TEST_USER_SCRAM }} + TEST_PASS_SCRAM: ${{ secrets.TEST_USER_SCRAM }} jobs: build: name: Build diff --git a/README.md b/README.md index 6a34055..8c200c7 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,8 @@ We guarantee that go-mail will always support the last four releases of Go. With the user a timeframe of two years to update to the next or even the latest version of Go. ## Support -We have a support and general discussion channel on Discord. Find us at: [#go-mail](https://discord.gg/dbfQyC4s) +We have a support and general discussion channel on Discord. Find us at: [#go-mail](https://discord.gg/dbfQyC4s) alternatively find us +on the [Gophers Slack](https://gophers.slack.com) in #go-mail ## Middleware The goal of go-mail is to keep it free from 3rd party dependencies and only focus on things a mail library should