Matty9191 / ssl-cert-check

Send notifications when SSL certificates are about to expire.
GNU General Public License v2.0
719 stars 285 forks source link

Manual run sends email but not cron. #104

Open ozgurerdogan opened 3 years ago

ozgurerdogan commented 3 years ago

When I manually run it, I recieve email, but not with cron. What am I missing? I tried all possible variations.

kbabioch commented 3 years ago

With that level of information no one will be able to help you. Also, I don't think this is the correct place to ask for support.

ekoyle commented 2 years ago

The most common cause of issues like this is the fact that cron does not set the PATH variable by default. Setting the PATH appropriately in your crontab will likely help.