Forum Discussion
irina_lukina
14 years agoSuper Contributor
Hi Raj,
Have you tried using TestComplete's built-in SendMail function?
It lets you not only send email messages, but also specify files that must be sent with these messages as attachments. The function has the following syntax:
SendMail(ToAddress, FromHost, FromName, FromAddress, Subject, Body, FileName1, FileName2, ... FileNameN)
For more information on this function, please see a description of it in the TestComplete on-line help system.