You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying Email Notifier on Raspbery Pi Zero W and I have encountered a problem with its settings. I use Gmail where I have my own xinoha.cz registered domain
When I try to send a test email directly from Raspberry from Python >>> yagmail.SMTP('[email protected]').send('[email protected]', 'subject', 'This is the body')
So the email is successfully delivered, but it is not possible to send the test email from the web interface.
In web interface set:
server: smtp.gmail.com
username: [email protected]
Sending ends with "Sending failed. Reason::
##
"
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying Email Notifier on Raspbery Pi Zero W and I have encountered a problem with its settings. I use Gmail where I have my own xinoha.cz registered domain
When I try to send a test email directly from Raspberry from Python
>>> yagmail.SMTP('[email protected]').send('[email protected]', 'subject', 'This is the body')
So the email is successfully delivered, but it is not possible to send the test email from the web interface.
In web interface set:
server: smtp.gmail.com
username: [email protected]
Sending ends with "Sending failed. Reason::
##
"
The text was updated successfully, but these errors were encountered: