Hello!
I would like that my script sends email to me, I have to seek on Internet and I found its:
code:
var msg = new ActiveXObject("CDO.Message");
msg.From = "Moi <me@mycomputer.invalid>";
msg.To = "Dave <devnull@ens.fr>";
msg.Subject = "Essai avec CDO.Message";
msg.TextBody = "J'essaie mon nouveau script.\n";
msg.Send();
The problem it is that msg. Send ()
is my operating system Windows Vista, it is the cause of the problem not?