muquit / mailsend-go

mailsend-go is a multi-platform command line tool to send mail via SMTP protocol
Other
166 stars 16 forks source link

Cannot send mails in cronjob #45

Open anzaomar opened 2 years ago

anzaomar commented 2 years ago

I want to automate the email sending procedure in one of my scripts. When I launch my script manually it sends the mails using mailsend-go but does not send emails when passed in cornjob.

muquit commented 2 years ago

More information needed to figure out what's going on. Please tell exactly how you are running it from the cron job, make sure not to post your SMTP credentials.

Thanks.