# HG changeset patch # User Joe Ulfers # Date 1697206646 14400 # Fri Oct 13 10:17:26 2023 -0400 # Node ID e2b4279f3bb49dadb405eb4cf2cf5279082c6ea9 # Parent 1c52df290889f65216213f63847fca0313b03fda Correct crontab diff --git a/readme.md b/readme.md --- a/readme.md +++ b/readme.md @@ -137,7 +137,7 @@ After configuring so I can send mail, below, can finally set up certbot to auto-renew with crontab -e MAILFROM=joe@legaltextcollector.com - * * * 8 0 /usr/local/bin/certbot renew --quiet + 0 0 * * 5 /usr/local/bin/certbot renew --quiet There are several way to send mail via o365 https://learn.microsoft.com/en-us/Exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365. This might be simplest: allow smtp auth as described in https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission