silver217 Posted December 1, 2004 Posted December 1, 2004 Is it possible (on a Windows-XP machine) to run an AutoIt script that sends an e-mail out ? I am not referring to the NET SEND command, what I need is a real e-mail with to: cc: bcc: subject: and body text.
Domonoky Posted December 1, 2004 Posted December 1, 2004 Hi... i think it isn't possible to send an email directly with autoIt3. But you could use a commandline-email tool (blat for example), and call it from the AutoIt script with run(). mfg
silver217 Posted December 1, 2004 Author Posted December 1, 2004 _EmailSend() Func. Ready to use.<{POST_SNAPBACK}>thank you very much !!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now