Giter VIP home page Giter VIP logo

Comments (1)

arleigh418 avatar arleigh418 commented on June 14, 2024

您好,很高興您提問~
authentication failed基本就是帳戶的議題,與程式較無關係,請再次確保:

  1. 帳密確實沒有輸錯,您可以將account跟password print出來仔細確認,是否有錯誤的字符、空白及不正確的帳密
  2. 確保程式正確,並且有starttls()。
    server = smtplib.SMTP('smtp.gmail.com', 587)
    server.starttls()
    server.login(user_id, password)
  3. Port基本以587為主,但您可以嘗試換成25看能否解決。

上述如果都確認過了,尚無法解決問題,或許您可以貼程式碼上來(請去除自己的帳密資訊),我們再來看看。

from python-and-taiwan-stock-market.

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.