Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less Secure Access Google, no longer available #5

Closed
Pest202 opened this issue Aug 4, 2022 · 7 comments
Closed

Less Secure Access Google, no longer available #5

Pest202 opened this issue Aug 4, 2022 · 7 comments

Comments

@Pest202
Copy link

Pest202 commented Aug 4, 2022

They removed the less secure access option, is there a workaround, and which is the next recommended email suitable for this use?
https://myaccount.google.com/lesssecureapps?pli=1&rapt=AEjHL4MCqIEkbXl_ukdC2ZL2bnZaSQpOcJ19D7BgASIy9DjHyJqYKXALxkdohRy5PbTDt8TH-3j8cfzOHouBGjz4mHzbd16JCg

thank you for your time

@soranoo
Copy link
Owner

soranoo commented Aug 4, 2022

Thank you for your report.
Hotmail & Outlook are still working perfectly.
I will keep looking for other better IMAP services. Please feel free to contact me if you have any suggestions.

For Hotmail & Outlook:
IMAP server address: outlook.office365.com
IMAP server port: 993

Example(config.toml):

# -----------* Email Service *-----------
email_address = "YourEmail@hotmail.com / YourEmail@outlook.com"
login_password = "YourPassword"
imap_server_address = "outlook.office365.com"
imap_server_port = 993

The document and example will be updated soon...

You can update your TradingView Email-To-SMS by following this page.

soranoo added a commit that referenced this issue Aug 4, 2022
[-] Removed `Gamil` Support (see issue #5)
[+] Updated `config` example
[+] Updated `README.md` & `gettingstarted.md`
@soranoo soranoo closed this as completed Aug 4, 2022
@Pest202
Copy link
Author

Pest202 commented Aug 5, 2022

Hi, thank you for the very fast reply, i faced a problem however the email message was received, main.py had no errors but it didn't respond to the email(using email-to-sms)
Screenshot (539)

@soranoo
Copy link
Owner

soranoo commented Aug 5, 2022

🤔 Um... I didn't encounter this problem. Restarting the program might help.

@Pest202
Copy link
Author

Pest202 commented Aug 5, 2022

🤔 Um... I didn't encounter this problem. Restarting the program might help.
It detected the message now, but it shows an error.
note* it seems that 3commas and capitalise.ai, both don't accept webhooks other than TradingViews. Let me know if you happen to find a solution.
Screenshot (540)

@soranoo
Copy link
Owner

soranoo commented Aug 5, 2022

This problem is caused by the requests library. A new issue #6 has been opened. I will try to fix the problem ASAP.

@Pest202
Copy link
Author

Pest202 commented Aug 5, 2022

This problem is caused by the requests library. A new issue #6 has been opened. I will try to fix the problem ASAP.

main.py, appears to be closing on its own today, tried 2 times to verify. Run as Admin, AV disabled.
kindly let me know if you faced a similar problem

@soranoo
Copy link
Owner

soranoo commented Aug 6, 2022

The program will shut down after 10 seconds when there is an error. It is common when IMAP connect fails. Auto reconnect will be added in the coming update.

(You can read through the log file to see what the program really happened.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants