I want to send automated meeting invites every day, using my work outlook/exchange mail.
Since i have a raspberry pi laying arround, i decided to try to use that. But after 2 days of searching, testing and failing, i still cant get it to work.
My plan is to use cron to run any script (for example a shell script) that sends out meeting invites according to what day it is. Only problem is that it seems to be impossible to send anything through my outlook/exchange mail from a script in a non-windows system.
- Thunderbird does not support shell commands, only UI.
- Mutt and neomutt fails to log in to my email account, have tried many scripts and rc files that is supposed to work with microsoft exchange and outlook.
- alpine requires "admin aproval" which i dont have, so thats another dead end.
Mutt and neomutt fails becuse of 2-factor authentiction (i think). Alpine was the one i came closest with, but it requires admin aproval which i wont get.
Im not one to post questions on forums but after all this time im desperate for some help.