I try to send emails but theres the error "recipient.object... unknown error".
The emial appears in GW but there is no recipient
I use GW in remote modus
I also used GWSend but there's the same problem...
here's the code:
objGroupWise = CREATEOBJECT("NovellGroupWareSession")
objAccount = objGroupWise.login
objMailBox = objAccount.Mailbox
objMessages = objMailBox.Messages
objMessage = objmessages.add("GW.MESSAGE.MAIL")
objRecipients = objMessage.recipients
objRecipient = objRecipients.add("blabla@googlemail.com")
objMessage.subject = "test"
objMessage.bodytext = "asasdasdaaa"
objmessagesent = objmessage.send
The emial appears in GW but there is no recipient
I use GW in remote modus
I also used GWSend but there's the same problem...
here's the code:
objGroupWise = CREATEOBJECT("NovellGroupWareSession")
objAccount = objGroupWise.login
objMailBox = objAccount.Mailbox
objMessages = objMailBox.Messages
objMessage = objmessages.add("GW.MESSAGE.MAIL")
objRecipients = objMessage.recipients
objRecipient = objRecipients.add("blabla@googlemail.com")
objMessage.subject = "test"
objMessage.bodytext = "asasdasdaaa"
objmessagesent = objmessage.send