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
Just installed yagmail on a fresh install of raspberry pi os and tried to run the following. I got the error above.
import yagmail
# initiating connection with SMTP server
yag = yagmail.SMTP("*******","*******")
# Adding Content and sending it
yag.send("************.com","yagtest","test of Yagmail from python")
The text was updated successfully, but these errors were encountered:
Just installed yagmail on a fresh install of raspberry pi os and tried to run the following. I got the error above.
The text was updated successfully, but these errors were encountered: