"C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Uncle Ben (spamfree_at_nospam.com)
Date: 12/18/04


Date: Sat, 18 Dec 2004 05:56:12 -0500

I'm running Windows 2000 Professional. Below is a simple VBS that I wrote
to send e-mail. For some reason, after executing it, an .EML file is
created in "C:\Inetpub\mailroot\Queue" but it will not send.

What should I do to make it send??

Thank you!

'BEGIN SCRIPT

Set objMessage = CreateObject("CDO.Message")
objMessage.Subject = "Test"
objMessage.Sender = "admin@nospam.com"
objMessage.To = "myemail@myplace.com"
objMessage.TextBody = "This is a test."
objMessage.Send

'END SCRIPT



Relevant Pages

  • "C:InetpubmailrootQueue" - SCRIPT SOURCE included
    ... For some reason, after executing it, an .EML file is ... 'BEGIN SCRIPT ...
    (microsoft.public.inetserver.iis)
  • Jumpstart: syntax error and trying to load from /cdrom media, which disk to use for Solaris 8 image
    ... I'm not sure if I need to use that disk or the Solaris 8 Installation ... Using RPC Bootparams for network configuration information. ... Using finish script: diag_drv.fin ... Executing JumpStart preinstall phase... ...
    (SunManagers)
  • Re: understanding lambda
    ... All functions in the script are created when the script is parsed. ... A lambda function is created when the script is executing - and is not created unless that statement is executed. ... a new solid -- say, a cylinder, I would take two steps: ...
    (alt.php)
  • QUESTION: shared libraries
    ... how would I create a package easy-to-install for a new user? ... we could use a script to install the package. ... I have seen some scripts executing from a ... Gouvernement du Canada / Government of Canada ...
    (comp.os.linux.development.apps)
  • Re: $ENV{CONTENT_LENGTH} / STDIN
    ... >> reason for a form in the first place. ... than about every other aspect of writing a script. ... > insecure may be perfect in the lab, but useless in the real world. ... hard-coded validation, rather than hard-coded names. ...
    (comp.lang.perl.misc)