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("toemail@email.com", "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