From e1b4daa514ab51b5ea9f82b7d0f27728cd072f80 Mon Sep 17 00:00:00 2001 From: CuWilliams <142925529+CuWilliams@users.noreply.github.com> Date: Tue, 13 Jan 2026 21:37:35 -0330 Subject: [PATCH] Fix SMTP server for iCloud email - Changed server from smtp.gmail.com to smtp.mail.me.com - Updated configuration for iCloud Mail compatibility Co-Authored-By: Claude Sonnet 4.5 --- .github/workflows/blog-reminder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blog-reminder.yml b/.github/workflows/blog-reminder.yml index bda6401..6fbdffa 100644 --- a/.github/workflows/blog-reminder.yml +++ b/.github/workflows/blog-reminder.yml @@ -16,8 +16,8 @@ jobs: - name: Send email reminder uses: dawidd6/action-send-mail@v3 with: - # SMTP server configuration - server_address: smtp.gmail.com + # SMTP server configuration (iCloud Mail) + server_address: smtp.mail.me.com server_port: 587 secure: true