Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to send mail in Lotes Notes to multiple recipients using QTP?
#1
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi ,

I need to send mail to multiple recipients using QTP in Lotes Notes(Multiple email ids in TO box)

I used the below code:

Code:
With doc
.form = "Memo"
.subject = subj
.sendto =recips1+","+recips2
.copyto =recips3
.body = bdy
.postdate = Date
End With

Using above code, QTP is sending mail to recips1 and recips3 but not sending the mail to recips2.

So could you please advice me how to send mails to multiple ids using TO option only?

Thanks in Advance
Devkant
Reply
#2
Solved: 10 Years, 8 Months, 3 Weeks ago
It might be useful for u...
http://en.allexperts.com/q/Using-Lotus-N...otus.htm#b
Reply
#3
Solved: 10 Years, 8 Months, 3 Weeks ago
Thanks a lot ashok. it realy helpful to me.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  'Help' notes in UFT14.0 soujanya 2 1,596 09-28-2018, 01:39 PM
Last Post: RaniaSiblani
  Not able to send spacebar with End Key to TE nbansal 1 3,385 02-08-2013, 11:31 PM
Last Post: coolguy
  How can I send variable value to html property for descriptive programming in QTP ritugoyal 13 21,650 11-26-2012, 12:55 PM
Last Post: binny318
  QTP Scripts run through QC on multiple remote hosts DKHacker 0 3,391 08-22-2012, 06:53 PM
Last Post: DKHacker
  fucntion to send mail in outlook works fine in qtpcode but does not work in .vbs Rashmi 2 3,881 06-13-2011, 09:55 PM
Last Post: byzoor

Forum Jump:


Users browsing this thread: 1 Guest(s)