
I'm working on a mailscript in my spare time.
I have figured out how to send mail
This is not yet with a ui, but this is a function you can use in your scripts. This is written with dotnet and maxscript.
Here you can find my tutorial "Send mail with attachment (maxscript)
What do you need?
gmail, hotmail or other mailadress (works with a systray or telenet for example). But you can also send with a default adress. So you dont even need a mailadress!
How it works?
use this script with fileIn() or just run it and type one of the examples in the listener
example 1 : use default adress
MaxMail ToAdress:"wathever@wathever.wathever"
MaxMail ToAdress:"wathever@wathever.wathever" Subject:"MaxMail" Text:"Message"
example 2 : use your own gmail
MaxMail FromAdress:"example@gmail.com" Password:"xxx" ToAdress:"wathever@wathever.wathever" Subject:"MaxMail" Text:"Message"
example 3 : add an attachment
MaxMail ToAdress:"wathever@wathever.wathever" AttachFile:"C:Users/Jos/Desktop/test.txt"
MaxMail ToAdress:"wathever@wathever.wathever" AttachFile:#("C:Users/Jos/Desktop/test.txt","C:Users/Jos/Desktop/test.txt")
By jos · 2012-06-17
Michele71 · 2012-06-18
Martin Breidt · 2012-06-18