TMapi
Publicado: Lun Sep 20, 2010 3:47 pm
When I try to use the tmapi class for sending email with clients mailsoftware I receive an error from our mail system.
When I look to the email address send, I notice the e-mailtype has filled in the email address as Internet type? No smtp, but email address?
When I use the example SimpleMapi, I got same problem?
WITH OBJECT ::oMapi
:Create()
If :Logon()
:cFromName := cNaam
:cFromAddress := cEmail
:cSubject := cSubject
:cMessage := cBody
:AddReceipt( 'm.roos@ecem.com' )
:Send()
:Logoff()
Endif
END
When I look to the email address send, I notice the e-mailtype has filled in the email address as Internet type? No smtp, but email address?
When I use the example SimpleMapi, I got same problem?
WITH OBJECT ::oMapi
:Create()
If :Logon()
:cFromName := cNaam
:cFromAddress := cEmail
:cSubject := cSubject
:cMessage := cBody
:AddReceipt( 'm.roos@ecem.com' )
:Send()
:Logoff()
Endif
END