You've built your base server and are about to take an image of it. If only there were some way to know whether the RackConnect portion of the build process would succeed before you spent the time necessary to create the image...
You've built your base server and are about to take an image of it. If only there were some way to know whether the RackConnect portion of the build process would succeed before you spent the time necessary to create the image...
Below is a sample script you can copy and paste in order to test CDOSYS functionality:
<%
Dim MyMail
Set MyMail = CreateObject("CDO.Message")
MyMail.From = "You@YourDomain.com"
MyMail.To = "YouAgain@YourOtherAddress.com"...