Skip to content

A Windows python connector to send email through a local lotus notes database

Notifications You must be signed in to change notification settings

nikolac/LotusMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages