domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
994 stars 213 forks source link

Can msgraph be used to email the reports as it is done now with smtp? #472

Open PelaezLink opened 7 months ago

PelaezLink commented 7 months ago

Hello. After reading the documentation I implemented my solution using the MSGraph API with ClientSecret. I needed this as we use OAuth2 on our Exchange. Parsedmarc is pulling the reports correctly and sending them to elastic. The part I am missing is the sending of the email report. We used to have our own email server so we used smtp but now we need to send this from the same Exchange account is being read. Is this possible in any way? I didnt see such option in the .ini file. Thank you very much.

Kuzuto commented 5 months ago

What kind of "email report" are you looking for it should do? I guess if you use Elastic, you have Kibana also. Is it overview/reports from here you want?