Search found 236 matches: tsmtp

Return to advanced search

Re: xHarbour.org updated!

... // $(OBJ)\PROG98.obj $(OBJ)\PROG99.obj $(OBJ)\PROG998.obj $(OBJ)\PROG999.obj $(OBJ)\SSAY.obj // $(OBJ)\TDOSPRN.obj $(OBJ)\TGET.obj $(OBJ)\TSMTP.obj $(OBJ)\TWORDHB.obj $(OBJ)\TXML.obj // $(OBJ)\TXTPREV.obj $(OB) PRGFILES = TRANSP.PRG CALC.PRG FASTREPH.PRG FUNCTE.PRG FUNMDFE.PRG // GO_CODE.PRG ...
by wartiaga
Tue Sep 19, 2023 5:02 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37612

Re: Leer Gmail

hi, IMHO every Provider will switch to new Security Standard when using TSmtp() or TPop3() : have a look which Version ssleay32.dll and libeay32.dll have (at least 1.02) other Way is to use hbCURL to work with Gmail, GMX or Web.DE as CURL is also now include ...
by Jimmy
Thu Feb 23, 2023 6:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer Gmail
Replies: 7
Views: 518

Re: Email with SSL / TLS using FiveWin

hi, Could you please provide a smtp class that works with Gmail and ssl? as i know FiveWin CLASS TSmtp and CLASS TPop3 do not use SSL. under HMG i use harbour hbTIP which work ... but i was told to use CURL so i start this Thread. --- there are a lot of Sample using CURL ...
by Jimmy
Tue Aug 09, 2022 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email with SSL / TLS using FiveWin
Replies: 12
Views: 1031

Sending Email with CURL ?

I have been using tsmtp() class, with some modifications for CDO, etc., within a windows application with no problem for several years. I have recently built a Service and all is working great. However, it stops running when trying ...
by TimStone
Thu Jul 28, 2022 10:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending Email with CURL ?
Replies: 1
Views: 300

Re: Email with SSL / TLS using FiveWin

... not sure if CDO will work in Future --- i do use hbTIP with SSL / TLS but i was told to change it i need SSL / TLS > 1.1 so a can not use CLASS TSmtp and CLASS TPop3 i was told to use hbCURL but found no Sample for Email --- under Windows 10/11 we have CURL.EXE i have found Sample using Parameter ...
by Jimmy
Thu Jun 30, 2022 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email with SSL / TLS using FiveWin
Replies: 12
Views: 1031

Re: Email with SSL / TLS using FiveWin

Dear Jimmy,

> i found CLASS TSmtp and CLASS TPop3

Those classes don't support SSL / TLS

Please search for SSL in these forums
by Antonio Linares
Thu Jun 30, 2022 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email with SSL / TLS using FiveWin
Replies: 12
Views: 1031

Email with SSL / TLS using FiveWin

hi,

i found CLASS TSmtp and CLASS TPop3.

Question : can they use SSL / TLS :?:
if yes, how :idea:

what else can i use under FiveWin :idea:

---

i also use CDO but it also fail with TLS > 1.1
under HMG i use hbTIP but i was told to use hbCURL and OpenSSL instead.
by Jimmy
Wed Jun 29, 2022 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email with SSL / TLS using FiveWin
Replies: 12
Views: 1031

TSmtp() desde consola

Hola a todos.
Que debería enlazar para que compile?
Compilo y al generar el .exe me dice que falta la función.
Desde ya muchas gracias.
Saludos,
by jrestojeda
Fri May 20, 2022 4:03 pm
 
Forum: FiveWin para CA-Clipper
Topic: TSmtp() desde consola
Replies: 0
Views: 658

Multithread issue

... \ btnlabel.PRG \ repsale2.PRG \ email.PRG \ emailbrw.PRG \ repacct.PRG \ repacc1.PRG \ dktsales.PRG \ POS1.PRG \ repsale3.PRG \ RepSale4.PRG \ tsmtp.PRG \ UTILS.PRG \ suppsel.PRG \ stksel1.PRG \ stkrec.PRG \ repsale5.PRG \ colldata.PRG \ ORDPOST.PRG \ ordprn.PRG \ ORDSEL.PRG \ lkupsupp.PRG ...
by patdriscoll
Tue Jul 17, 2018 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithread issue
Replies: 2
Views: 803

Re: Problemas para enviar Mail por CDO

horacio wrote:Podías enviar mails anteriormente ???

Saludos


Si, pero lo hacía con la clase TSMTP.

Pero desde hace 1 mes no me funciona y había optado por cambiar a CDO.

Tendrá que ver el antivirus?
by FiveWiDi
Thu Dec 28, 2017 8:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RESUELTO !!! ->Problemas para enviar Mail por CDO
Replies: 6
Views: 1158

Problemas para enviar mails con TSMTP()

Hola a todos, A ver, hasta hace poco podía enviar mails (a veces fallaban) desde una aplicación de escritorio hecha con FWH, usando TSMTP.PRG de FWH. Hoy en día siempre tengo este mensaje de error: MsgStop( "The IP address " + ::cIPServer + " could not be resolved" + ...
by FiveWiDi
Wed Dec 13, 2017 10:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas para enviar mails con TSMTP()
Replies: 0
Views: 577

Problemas al enviar a @hotmail.com

Hola a todos, Tienen problemas para enviar correos a mails de @hotmail.com? Yo lo estoy intentando con la rutina de TSmtp.prg de fivewin (si no equivoco). ********************************* EDITO, amplío información: Resulta que el servidor de mi mail es: smtp.rebuts.cat Si realizo ...
by FiveWiDi
Sun Dec 03, 2017 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al enviar a @hotmail.com
Replies: 3
Views: 944

Re: TSmtp, TSocket, qFTPClient et al

The attached file contains modifications to TSmtp, TSocket, TPop3, qFTPClient & TProxy classes, with samples for all of them. Other programmers also contributed to these enhancements and they are mentioned in the source code. Make sure you ...
by karinha
Tue Aug 29, 2017 6:26 pm
 
Forum: Utilities / Utilidades
Topic: FiveWin.info - files
Replies: 6
Views: 5375

Final conversion 16 bit to FWH

... packcode ##noextdic fi maveco FI functies,afdruk,ingeven,klanten,lever,artikel,statistiek,dagtaak,Users,prosp,Makefile,index,finddata,browsers fi tsmtp,tsocket,tphdial fi errsysw fi wbrowse,wbrwline,tget,scrllbar,TSbrowse # Ts 6 bugfix fi alloc,__wait_b FI gxrteng1.lib FI gxrteng2.lib lib btnget,Sbrowse ...
by Marc Venken
Thu Jul 06, 2017 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Final conversion 16 bit to FWH
Replies: 26
Views: 5051

Re: Email

Colin,

You can send HTML using Class TSmtp

so you need to find how to embed those documents into HTML
by Antonio Linares
Fri May 05, 2017 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email
Replies: 5
Views: 718
Next

Return to advanced search