11:06
2020-10-29
gist.github.com
developer-tools
Python script to send mail via Apple's iCloud. Be sure to setup an app specific password for and do not use or expose your iCloud password. https://support.apple.com/en-us/HT204397
This article provides a Python script that uses the `smtplib` library to send emails through Apple's iCloud SMTP server (`smtp.mail.me.com` on port 587). The script establishes a TLS-encrypted connectβ¦