SendMail Example

 

The following example sends the contents of the text file ôc:\message.txtö to the recipient via your.smtp.server.

 

Sub Main

 Action.SendMail("your.smtp.server","youraddress@domain.com","recipientsaddress@domain.com","","this is a test","c:\message.txt")

 

End Sub