Google is soon to disable “less secure apps” with “App Passwords” on Workspace accounts.
Is there a way (or will there be a way) to use OAuth with SMTP in Home Assistant?
1 Like
The deadline for Outlook to use Oauth2 has arrived. Don’t really known if the SMTP integration has been in the works to allow this added security measure. Current SMTP is dead.
(I wasn’t asking about Outlook which had OAuth capability for quite a while)
Today my emails via gmail (on my Workspace account) using the “App Password” are still working (and so are the emails from my WordPress server).
Maybe OAuth is not required for the smtp only service?
This is my yaml:-
notify:
- name: email
platform: smtp
server: smtp.gmail.com
port: 465
timeout: 15
sender: [email protected]
encryption: tls
starttls: 1
username: [email protected]
password: !secret email_password
recipient:
- [email protected]
sender_name: Firstname Sirname