Hello friends,
What do you use to send emails when selfhosting from mod harbour?
Best regards,
Otto
oOutlook = CREATEOBJECT( "Outlook.Application" )
oNameSpace := oOutlook:GetNameSpace( "MAPI" )
oMail = oOutlook:CreateItem( olMailItem )
oMail:Subject := cSubject+" - "+time()
//oMail:Body := cText
oMail:BodyFormat = olFormatHTML
oMail:HTMLBody = memoread( cSaveAsFile )
//oMail:Attachments:Add( AllTrim(cZip1) )
oMail:To := cMailTo
oMail:Display = .F.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 60 guests