What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » To send email

To send email
Author: Message:
toto69230
Junior Member
**


Posts: 22
29 / Male / Flag
Joined: Feb 2009
O.P. To send email
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?

This post was edited on 05-23-2009 at 11:33 AM by toto69230.
[Image: Sniper+Spirit.png]
05-23-2009 11:30 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
To send email - by toto69230 on 05-23-2009 at 11:30 AM
RE: To send email - by Jesus on 05-23-2009 at 11:34 AM
RE: To send email - by NanaFreak on 05-23-2009 at 12:00 PM
RE: To send email - by matty on 05-23-2009 at 05:05 PM
RE: RE: To send email - by toto69230 on 05-23-2009 at 05:47 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On