Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sukhbinder/sendmail-outlook
Send email using outlook application
https://github.com/sukhbinder/sendmail-outlook
Last synced: about 2 months ago
JSON representation
Send email using outlook application
- Host: GitHub
- URL: https://github.com/sukhbinder/sendmail-outlook
- Owner: sukhbinder
- License: apache-2.0
- Created: 2024-06-13T09:59:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T08:45:48.000Z (5 months ago)
- Last Synced: 2024-08-21T08:27:29.341Z (5 months ago)
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sendmail-outlook
Send email using outlook application## Usage
```
usage: sendmail [-h] -t TO [-s SUBJECT] [-b [BODY ...]] [-hb HTMLBODY] [-a [ATTACHMENT]]Sends an email using Outlook
options:
-h, --help show this help message and exit
-t TO, --to TO Recipient of the email
-s SUBJECT, --subject SUBJECT
Subject of the email
-b [BODY ...], --body [BODY ...]
Body of the email
-hb HTMLBODY, --htmlbody HTMLBODY
HTML Body of the email
-a [ATTACHMENT], --attachment [ATTACHMENT]
Path to attachment file (optional)
```# Install
pip install sendmail-outlook