diff --git a/.github/workflows/blog-reminder.yml b/.github/workflows/blog-reminder.yml index d3fdbd6..d64f2fc 100644 --- a/.github/workflows/blog-reminder.yml +++ b/.github/workflows/blog-reminder.yml @@ -19,7 +19,8 @@ jobs: # SMTP server configuration (iCloud Mail) server_address: smtp.mail.me.com server_port: 587 - connection_security: STARTTLS + # Use STARTTLS for port 587 (not immediate SSL) + starttls: true # Authentication (uses repository secrets) username: ${{ secrets.SMTP_USERNAME }}