Search found 51 matches: testsmtp

Return to advanced search

Send EMail Within FW Appplication (RESOLVED)

... users. All employees have an email address in their profile, get tagged for an email. I have tried some examples from this forum and also tested testsmtp.prg. But with no success. I have provided sendmail() with from/to/subject/message/password/attachment..all the parameters. No success.. Is ...
by RiazKhan
Tue Jun 08, 2021 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send EMail Within FW Appplication (RESOLVED)
Replies: 18
Views: 3070

Re: Email

Hi Antonio

I checked the testsmtp.prg in the samples folder but it only showed attachments - I need to embed a document in the body of the email.

Regards

Colin
by Colin Haig
Fri May 05, 2017 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email
Replies: 5
Views: 718

Re: Email

Colin,

Please review FWH\samples\testsmtp.prg
by Antonio Linares
Fri May 05, 2017 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email
Replies: 5
Views: 718

Re: smtpserver

... To "It is working!!!",; // Msg Text "Testing FiveWin Class TSmtp enhancements",; // Subject {} ) // attached files * { "testsmtp.prg", "testsmtp.zip" } ) // attached files * { "alinares@fivetechsoft.com" },; // To return nil richard wilson Posts: ...
by richard wilson
Wed Oct 05, 2016 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: smtpserver
Replies: 5
Views: 1364

smtpserver

... To "It is working!!!",; // Msg Text "Testing FiveWin Class TSmtp enhancements",; // Subject {} ) // attached files * { "testsmtp.prg", "testsmtp.zip" } ) // attached files * { "alinares@fivetechsoft.com" },; // To return nil
by richard wilson
Wed Sep 28, 2016 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: smtpserver
Replies: 5
Views: 1364

Re: SAMPLES\TESTSMTP.PRG

... ahora funciona perfectamente. // Testing FiveWin new Internet Outgoing mail (SMTP protocol) Class// Baseado no exemplo: C:\FWH1306\SAMPLES\TESTSMTP.PRG// Special Thanks: Vagner Wirts.#include "FiveWin.ch"static oWnd//----------------------------------------------------------------------------//FUNCTION ...
by karinha
Tue Aug 12, 2014 2:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SAMPLES\TESTSMTP.PRG
Replies: 2
Views: 604

Re: SAMPLES\TESTSMTP.PRG

Joao,

Si revisas la Clase TSmtp encontrarás esto:

METHOD New( cIPServer, nPort, lAuth, cUser, cPassword ) CLASS TSmtp

Es decir, desde el método New() se pueden especificar ambas cosas :-)
by Antonio Linares
Thu Aug 07, 2014 4:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SAMPLES\TESTSMTP.PRG
Replies: 2
Views: 604

SAMPLES\TESTSMTP.PRG

C:\FWH1306\SAMPLES\TESTSMTP.PRG Maestro, en este ejemplo, como hago para informar el puerto y contrasena? Ejemplo: Puerto: 465 Contrasenha: javali123 (Password) // Testing FiveWin new Internet Outgoing mail (SMTP protocol) Class#include ...
by karinha
Wed Aug 06, 2014 3:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SAMPLES\TESTSMTP.PRG
Replies: 2
Views: 604

TestSmtp.prg

Hola a todos, He estado probando el código de este ejemplo que viene con Feivewin. Dado que mi intención es enviar varios mails uno detrás de otro, he necesitado modificarlo de la siguiente manera: oOutMail:bDone = { || oWnd:SetMsg( "Message sent successfully" ) } por: oOutMail:bDone = { |...
by FiveWiDi
Sun Dec 15, 2013 6:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TestSmtp.prg
Replies: 0
Views: 290

Envio de Email sin autentificación

... Con TSMTP probe de la siguiente manera tomando como ejemplo Testsmtp.prg: #include "FiveWin.ch"STATIC oWnd//----------------------------------------------------------------------------//FUNCTION Main()  ...
by cuatecatl82
Fri Sep 20, 2013 3:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de Email sin autentificación
Replies: 5
Views: 1109

Re: Testsmtp.prg FWH9.03

Antonio,
Antonio Linares wrote:Included for next FWH build, thanks! :-)

I've just sent you the class via e-mail with all the changes made so far (these and others)
Hi,
Davide
by Davide
Tue Apr 06, 2010 1:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testsmtp.prg FWH9.03
Replies: 9
Views: 1580

Re: Testsmtp.prg FWH9.03

Davide,

Included for next FWH build, thanks! :-)
by Antonio Linares
Mon Apr 05, 2010 2:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testsmtp.prg FWH9.03
Replies: 9
Views: 1580

Re: Testsmtp.prg FWH9.03

some changes in function DTtoEDT to make it RFC compliant: Static Function DTtoEDT( dDate, cTime, nGMT )// Local aWeek  := { "Sun", "Mon", "Tue", "Wed", "Thu", "Fry", "Sat" }    Local aWeek  := { "Sun", &quo...
by Davide
Tue Mar 30, 2010 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testsmtp.prg FWH9.03
Replies: 9
Views: 1580

Re: SMTP Fails FWH 9.12 / xHarbour Nov 09

FWH\samples\TestSmtp.prg is working fine with both Harbour and xHarbour and FWH 10.2
by Antonio Linares
Tue Mar 02, 2010 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMTP Fails FWH 9.12 / xHarbour Nov 09
Replies: 14
Views: 4142

Re: SMTP Fails FWH 9.12 / xHarbour Nov 09

Günther,

What SMTP example are you using ? FWH\samples\TestSmtp.prg ?
by Antonio Linares
Tue Mar 02, 2010 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMTP Fails FWH 9.12 / xHarbour Nov 09
Replies: 14
Views: 4142
Next

Return to advanced search