Script
Send Gmail from maxscript...
By Anton Berg · 2010-10-10
- Version
- 1.0
- Date updated
- 2010-10-10
- Votes
- 73
Description
This is a small c# class I wrote to help me send gmail from maxscript. I am going to use this in a special project where I need an email as soon as the rendering is complete then it sends me an preview image of that image.
You might need another reason for being able to gmail from inside 3dsmax.
The reason it is hardcoded for gmail was due to the requierments of my project. If there is a need for opening up so that you can have any settings, then I might do that in the future.
See included maxscript for how you can add this to one of your scripts.
Additional Info
System requierments :
1. You need at least .net 3.5 installed.
2. A gmail account to send from
3. I am using SSL and port 587 for sending... if thoose are blocked then you might have a problem
4. I have tested it in 3dsmax 2010 and 2011.
See the maxscript file included "exampleScript for sending gmail.ms" for some examples on how to use it inside 3dsmax.
I have attached the C# sourcecode if someone wants to do their own version. It is made in Visual Studio 2010.
Tags: maxscript, Gmail, email, c#, dll