arleigh418 / python-and-Taiwan-stock-market

Python 金融市場賺大錢聖經:寫出你的專屬指標
58 stars 19 forks source link

smtp #7

Open RAY0617 opened 2 years ago

RAY0617 commented 2 years ago

https://user-images.githubusercontent.com/93468969/139588039-43062711-ae7f-4541-b5eb-5fc98e474c9f.png 試了您給的方法仍然沒有辦法

arleigh418 commented 2 years ago

Hi 您好, Sorry,可能是我沒有說清楚,請加在SMPT跟Login得中間,再試試看。 server = smtplib.SMTP('smtp.gmail.com', 587) server.starttls() server.login(user_id, password)

RAY0617 commented 2 years ago

想請問怎麼沒有這個模組AES_Encryption https://user-images.githubusercontent.com/93468969/141798586-a59244b0-e061-4840-83dc-c95ed098e509.png https://user-images.githubusercontent.com/93468969/141798736-c0e8a5af-9712-465b-a3b0-7f08eb9bac60.png

arleigh418 commented 2 years ago

Hi 您好~書中有說明,該模組請至這裡下載,並放到您的sys.path.append那個目錄裡。 https://github.com/arleigh418/AES-Encryption