-
Notifications
You must be signed in to change notification settings - Fork 1
nikolac/LotusMail
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
LotusMail
=========
LotusMail.py provides the ability to send email with python through a local lotus notes database.
Windows Only!
Example Usage
-------------
from LotusMail import Mail
lMail = Mail("mypassword01", "", "mail3\\myusername.nsf")
lMail.send("[email protected]", "emailsuject line", "Dear sender, ... Yours truely, usernname", ['c:\username\mydoc',])
Dependencies
------------
pyWin (win32com)
sourceforge.net/projects/pywin32/
Documentation
-------------
For further documentation on the windows com api can be found in the downloads section
About
A Windows python connector to send email through a local lotus notes database
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published