29/10/2020 16:15 395.264 hbssl.lib
29/10/2020 16:15 115.200 tipssl.lib
Master Enrico, just create an email account at office365.com.
Do you have contact with master Patrick Mast of the xHarbour project? Perhaps, he has some solution to this problem.
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL cFrom := "karinhafwh@outlook.com"
LOCAL cServer := "smtp.office365.com"
LOCAL cTo := "e.m.giordano@emagsoftware.it"
LOCAL cSubject := "Test message"
LOCAL cMessage := "This is a test message."
LOCAL cUser := "karinhafwh@outlook.com"
LOCAL cPassword := "yourpassword"
LOCAL cPort := "587"
LOCAL lTLS := .T.
? HB_SENDMAIL( cServer, VAL( cPort ), cFrom, { cTo }, , , cMessage, cSubject, , cUser, cPassword, , , , , , , , , , , , lTLS )
RETURN NIL
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 22 guests