Hi
AS per u said i used the only i used SMPT server and removeed Sending Using and Smtp port
Errror is populating like SendUSing is missing
Error is still coming like "Transport faield connecting server "Please help me i need immediate responses from niranjan too
Code:
Set objEmail = CreateObject("CDO.Message")
objEmail.From = "sirisha.guntur@ge.com"
objEmail.To = "swetha.nellore@ge.com"
objEmail.Subject = "Test script passed successfully "
objEmail.Textbody = "Server1 is no longer accessible over the network."
objEmail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "amermsx.med.ge.com"
objEmail.Configuration.Fields.Update
objEmail.Send
AS per u said i used the only i used SMPT server and removeed Sending Using and Smtp port
Errror is populating like SendUSing is missing
Error is still coming like "Transport faield connecting server "Please help me i need immediate responses from niranjan too