Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Regarding Email sending from one user to another -Important urgent
#1
Not Solved
HI All ,

After a long back posting thread .Please help[ me in finding the option .

I have a script for sending an email from one user to another .The below mentioned is the script.

Code:
Set objEmail = CreateObject("CDO.Message")

objEmail.From = "sirisha.guntur@ge.com"
objEmail.To = "Arnot.Heron@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/sendusing") = 2
objEmail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "amermsx.med.ge.com"
objEmail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
objEmail.Configuration.Fields.Update

objEmail.Send


When i execute this script error is poping u[ on the screen AS "Transport faield to connect server"

How canm i rectify the problem .
Niranjan help me in thsi regards ASAP .
Reply


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

Possibly Related Threads…
Thread Author Replies Views Last Post
  Send automatic email notification when test run started helmzshelmz 0 945 04-03-2020, 07:54 AM
Last Post: helmzshelmz
  How to get input from the user in QTP? shanthiK 10 18,201 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,704 07-19-2017, 04:58 PM
Last Post: smiley
  How to attach HTML file to Email Naresh 0 2,766 04-06-2015, 02:04 PM
Last Post: Naresh
Exclamation URGENT: ActiveX component can't create object citibank_ani 3 15,308 09-09-2014, 01:02 PM
Last Post: VarunKaushik

Forum Jump:


Users browsing this thread: 1 Guest(s)