Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 323 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 323 Bytes

O365Sender

Office 365 Mail tester

Compilation

Clone the repository: git clone https://github.com/alex-arce/O365Sender

Build the binary:

cd cmd
./build.sh

Usage

./O365Sender -config o365sender.conf --from="[email protected]" --to="[email protected]" --subject="TEST SUBJECT" --text="TEST BODY"