S SearchRSS
< BackHome
Newest questions tagged python - Stack Overflow

Send an email from Outlook account using Python [closed]

I'm trying to send an email from my Outlook account to Gmail using Python's smtplib. I set up SMTP with Office 365 (smtp.office365.com:587) and credentials but get a "550 5.7.1 Client does not have permission" error My a

View original source