E-mail will be sent using the local SMTP service and e-mail will be picked up from the specified folder.
Function SetPickupFolder( folder )
folder (input) - name/address of the folder for mail pick-up
This function does not return a value.
Sample
'------------ Start ------------
function Start
trg.mail.Connect("SampleSMTP")
trg.mail.SetPickupFolder( "C:\FileTestFolder" )
end function
See also
target.mail.SetHeaders()