Skip to content

Simple mailer script in python3 to send basic emails via hosted Microsoft Exchange OWA.

License

Notifications You must be signed in to change notification settings

s-w-1-t-c-h/owa_mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Exchange OWA Mailer

Simple mailer script in python3 to send basic emails via hosted Microsoft Exchange OWA. Not for ops but good enough for CTFs, HTB, etc...

Requirements

Needs exchangelib. Install with pip3 or however you like:

pip3 install exchangelib

Usage

Pretty self explanatory...change the below variable values in the script to get the job done:

username
password
server
account
recipient_emails
subject
body

image

About

Simple mailer script in python3 to send basic emails via hosted Microsoft Exchange OWA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages