Giter Club home page Giter Club logo

Comments (4)

harishkrupo avatar harishkrupo commented on May 30, 2024

I copied the code recommended in steps.org and added my smtp server details. When I try to send an email in emacs I am prompted for my password (rightly or wrongly, I was expecting to not be prompted, so I just hit return).

Yeah, the smtp library always asks for the username and password, irrespective of the type of authentication it is going to use. For now I too hit enter twice (will need to investigate if we can disable that). The 250-AUTH LOGIN XOAUTH2 line in the log shows that it is using OAUTH2 for authentication.

451 4.7.0 Temporary server error. Please try again later. PRX4 [server.prod.outlook.com]

I have never faced this issue before but looking at the SMTP rfc: https://tools.ietf.org/html/rfc5321, it looks like it is an error with the smtp server and not with the client. Unfortunately, there isn't much information available on this.
I found a page which explains that this is due to incorrect smtp configuration on the server. Also make sure that STMP is enabled on your server. This link has more details on how to check.

Hope this helps. Sorry if this isn't very helpful.

from oauth2ms.

randre03 avatar randre03 commented on May 30, 2024

Thanks for your reply. I'll chase down those possible solutions. If I find anything noteworthy I will report back, but since this is most likely not a client issue, I am closing. Again, thanks for the package!

from oauth2ms.

randre03 avatar randre03 commented on May 30, 2024

I can confirm (for my issue at least) the fix you linked to above - described here worked for me.

from oauth2ms.

harishkrupo avatar harishkrupo commented on May 30, 2024

Nice! Good to know that it helped.

from oauth2ms.

Related Issues (20)

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.