Notifications
Clear all

[Closed] E-Mail notification via MaxScript

Does anyone know a way of using MaxScript to set up e-mail notifications?

I have a vast number of files that I want to open up, apply e-mail details to, render and then shut down again.

Im not using BB and I have to work on the basis that the e-mail details (“To”, “From” and “SMTP”) cannot be entered manually, but automatically using MaxScript.

I am using Max7 and I cant find any reference to this in the MaxScript user guide.

Any help would be much appreciated.

Many thanks!

1 Reply

You could use something like NetMailBot and the DOSCommand

DOSCommand "NetMailBot -to address@mail.com -from address@mail.com
  -server smtp.mail.com"