Hi,
I try to use this function to send mail (I have to use local outlook mail)
This function is working good. But I have to send more than one recepient.
I have try
But it does not work.
Can you help me?
I try to use this function to send mail (I have to use local outlook mail)
function DirectMessage()
local oMail
DEFINE MAIL oMail ;
SUBJECT "FiveWin Mail-control power" ;
TEXT "This is real xBase power at your fingertips!" ;
TO "abc@abc.com.tr"
ACTIVATE MAIL oMail
MsgInfo( oMail:nRetCode )
return nilThis function is working good. But I have to send more than one recepient.
I have try
TO "abc@abc.com.tr","ddd@abc.com.tr"But it does not work.
Can you help me?
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06