How to use Python to send email via Microsoft Exchange Web Services API
With Exchange 2007 and Exchange 2010, Microsoft has introduced Exchange Web Services. This allows to perform many operations on the Exchange server using SOAP.
Example SOAP Message to Send Email
Python has great SOAP libraries. I am assuming I can simply use these libra开发者_如何学编程ries to perform operations on the Exchange server correct?
Anybody has done this before?
i would use suds for this. download and documentation: https://fedorahosted.org/suds/ you will have to modify the wsdl file a little bit.
tutorial for php is located here: http://www.howtoforge.com/talking-soap-with-exchange just use search form here or google :)
精彩评论