Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Regarding Email sending from one user to another -Important urgent
#3
Not Solved
Hi
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
Reply


Messages In This Thread
RE: Regarding Email sending from one user to another -Important urgent - by siri - 10-15-2009, 03:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Send automatic email notification when test run started helmzshelmz 0 1,069 04-03-2020, 07:54 AM
Last Post: helmzshelmz
  How to get input from the user in QTP? shanthiK 10 18,561 08-07-2017, 11:34 PM
Last Post: zunebuggy
  Sending json file request and validating response in soap UI tool using Groovy script smiley 0 3,880 07-19-2017, 04:58 PM
Last Post: smiley
  How to attach HTML file to Email Naresh 0 3,062 04-06-2015, 02:04 PM
Last Post: Naresh
Exclamation URGENT: ActiveX component can't create object citibank_ani 3 15,543 09-09-2014, 01:02 PM
Last Post: VarunKaushik

Forum Jump:


Users browsing this thread: 1 Guest(s)