I just done a new python script for Maya .. send mails from Maya .
There is 3 options
1 : You can compose normal mail inside Maya and you can send to others
2 : If you want to send your Maya file details to someone there is option
3 : You can setup your mail server details
4 : You can include script editor log also with this mail (idea from Jason )
Other Features :
You can load a CVS formatted contact list to script and it can give all the contacts .
Found some Bugs and fixed .. please note this changes
_ssl.lib file from C:Python25libs and paste to C:Program Files (x86)AutodeskMaya2008
and _ssl.pyd from C:Python25DLLs to C:Program Files (x86)AutodeskMaya2008
Here with this message i attached a new source code as zip format
if your using a authentication mail sever please un comment this lines
#if your using a auth based server please enable next line else leave it as commented
#smtp.starttls()
#smtp.ehlo()
#smtp.login(username,userPass)
And JAS a big thanks to you :)
Thanks
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.