Greetings,

I have been trying to get my CDONTS script to work and am having some difficulty.

This is what my script says:
Code:
 
$= SetOption("WrapOnEol","On")

$cmail = CreateObject("CDONTS.NewMail")
If @error = 0
$cmail.To = "xyz@@mycompany.com"
$cmail.From = @userid+"@mycompany.com"
$cmail.Subject = "Client Problem: "+@wksta
$cmail.Body = @wksta+@crlf+@userid+@crlf+@fullname
$cmail.Send $cmail = 0
EndIf



This code was taken from thread CDONT Thread

It appears to be working with no errors, but no email. I am not sure how to troubleshoot this any further. Any suggestion would be great
_________________________
John
LM Contractor
One of the 2 dads