email notification of render completion and attach the render to the email

email notification of render completion and attach the render to the email

Anonymous
Not applicable
434 Views
2 Replies
Message 1 of 3

email notification of render completion and attach the render to the email

Anonymous
Not applicable
Is this possible with maxscript? I've waded through the help file but can't see how to access the notify section of the render dialogue.

Any ideas?

Alex
0 Likes
435 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Hi Alex,

If you run it for yourself, I think of a solution

- Install an email client supports command line.
- Write a batch (.bat) file that send email. The Batch file takes 1 argument which is the file you want to attach
- in MAXScript use ShellLaunch command to call the batch file and transfer the argument.

Make sense to you?

--Nam
0 Likes
Message 3 of 3

Anonymous
Not applicable
thanks Nam,

I was hoping that there was a way of doing it without resorting to a command line, but I guess not.

Alex
0 Likes