I am testing out sending an email from IOM and I am getting this error:
Line 1: Error in custom code SendEmail: The parameter 'address' cannot be an empty string.
Parameter name: address Line:0 [CImport_Process_02.3]
My code is:
Import.SendEmail("wpozzar@pih.org","","","This is the subject","This is the body")
Am I missing something?
Wayne Pozzar
I am testing out sending an email from IOM and I am getting this error:
Line 1: Error in custom code SendEmail: The parameter 'address' cannot be an empty string.
Parameter name: address Line:0 [CImport_Process_02.3]
My code is:
Import.SendEmail("wpozzar@pih.org","","","This is the subject","This is the body")
Am I missing something?