Hi Ankur and All,
I am tryting to send an email notification form qtp to Ms outlook
.
Can any one provide me with some information on this .
I am using the below specified code .Herein an error is populating saying that "The test run cannot continue due to an unrecoverable error.The "SendUsing" configuration value is invalid."for the objmessage.send function can any one help me
I am tryting to send an email notification form qtp to Ms outlook
.
Can any one provide me with some information on this .
I am using the below specified code .Herein an error is populating saying that "The test run cannot continue due to an unrecoverable error.The "SendUsing" configuration value is invalid."for the objmessage.send function can any one help me
Code:
Set objMessage = CreateObject("CDO.Message")
objMessage.Subject = "Simple plain text CDO example"
objMessage.From = "sirisha_guntur@yahoo.com"
objMessage.To = "test
objMessage.TextBody = "This is a test."
objMessage.Send