Giter Club home page Giter Club logo

discord-smtp-server's People

Contributors

kylegrantlucas avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

discord-smtp-server's Issues

HTTP 401 Unauthorized, {"message": "401: Unauthorized", "code": 0}

Getting an unauthorised.

I tried the following docker compose:

services:
  discord-smtp:
    container_name: discord-smtp
    image: kylegrantlucas/discord-smtp-server
    restart: always
    environment:
      - DISCORD_TOKEN=${DISCORD_TOKEN}
      - SMTP_USERNAME=username
      - SMTP_PASSWORD=password
    ports:
      - "2525:1025"

It starts, and if I (using thunderbird) set the account user as username and password as password I get the 401 Unauthorized.

I assume that's from th SMTP side. If get the password wrong or set any of the other options thunderbird will tell me about it.

I also tried the sample telnet:

EHLO localhost
AUTH PLAIN
AHVzZXJuYW1lAHBhc3N3b3Jk
MAIL FROM:<[email protected]>
RCPT TO:<[email protected]>
DATA
Hey
.

And got the same mesage.

discord-smtp    | 2022/12/02 01:48:58 HTTP 401 Unauthorized, {"message": "401: Unauthorized", "code": 0}

That's not from discord is it? There's no mention of how and where to get the token from - which I got the authorization token using this method: https://linuxhint.com/get-discord-token/#:~:text=Discord%20tokens%20act%20as%20an,creates%20a%20new%20Discord%20account.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.