Search found 51 matches: testsmtp

Return to advanced search

Re: Testsmtp.prg FWH9.03

If you've sent AUTH info, but the server doesn't support authentication, you should terminate with ::Failure, not setting the status to ST_QUIT because the socket doesn't receive further data and case ST_QUIT never get fired.     Case ::nStatus == ST_AUTH         If SubStr( cData, 1, 3 ) == ...
by Davide
Mon Oct 12, 2009 1:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testsmtp.prg FWH9.03
Replies: 9
Views: 1590

Re: Testsmtp.prg FWH9.04

ok, I'll continue posting the modifications here, should I find other improvements. I've changed the DocType function as follows, because the previous method didn't work correctly for some extensions. HTH Davide Static Function DocType( cExt )   Local cTypeDo Case  Case Ascan( {&qu...
by Davide
Fri May 29, 2009 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testsmtp.prg FWH9.03
Replies: 9
Views: 1590

Re: Testsmtp.prg FWH9.03

Antonio,
Antonio Linares wrote:Thanks for the info! :-)

Yes, 9.03 uses the most recent one, as far as we know it.

ok, I'll continue posting the modifications here, should I find other improvements.
Thank you,
Davide
by Davide
Sat Apr 11, 2009 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testsmtp.prg FWH9.03
Replies: 9
Views: 1590

Re: Testsmtp.prg FWH9.03

Davide,

Thanks for the info! :-)

Yes, 9.03 uses the most recent one, as far as we know it.
by Antonio Linares
Sat Apr 11, 2009 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testsmtp.prg FWH9.03
Replies: 9
Views: 1590

Re: Testsmtp.prg FWH9.03

I made another modification to method OnRead() - Lines 341-345 - so that the attachments are displayed with the proper case and the path is not shown in the mail (some clients did show it cause the full "name=")                     oSocket:SendData( CRLF + "--NextPart" + CRLF...
by Davide
Fri Apr 10, 2009 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testsmtp.prg FWH9.03
Replies: 9
Views: 1590

Re: Testsmtp.prg FWH9.03

Looks like changing "application/x-unknown-content-type" with "application/octet-stream" in line 632 cures the problem (at least in Thunderbird)

Still would like to know if there's an updated Tsmtp class somewhere before making other changes.

Thanks,
Davide
by Davide
Tue Apr 07, 2009 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testsmtp.prg FWH9.03
Replies: 9
Views: 1590

Testsmtp.prg FWH9.03

Hello all,

the test run fine, and I receive the mail, but the PRG attachment is displayed inline (it's not attached to the message)

Is the class included in FWH9.03 the most recent one ? (I've read in the forum that there might have been some improvements recently )

Thank you,
Davide
by Davide
Mon Apr 06, 2009 11:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testsmtp.prg FWH9.03
Replies: 9
Views: 1590

Re: Enviar correos

Dob,

Por favor revisa si FWH\samples\TestSmtp.prg te funciona bien.
by Antonio Linares
Sat Jan 03, 2009 8:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar correos
Replies: 3
Views: 607

Thanks James, I will take a look at the FWH Samples ProxOut.prg and TestSmtp.prg (and TestMail.prg for the MAPI) to see if they offer the functionality our customers need for this particular feature. Antonio - If there is indeed a limit of 20k on the ClipBoard ...
by PatrickWeisser
Wed Dec 10, 2008 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipboard size
Replies: 15
Views: 2967

fixed .. here is the solution

... IF oOutMail <> nil oOutMail:End() ENDIF Antonio ... please test if you can and verify these modifications to TestSmtp.prg and if appropriate include the modifications to the sample .. // Testing FiveWin new Internet Outgoing mail (SMTP protocol) Class ...
by Rick Lipkin
Tue Dec 09, 2008 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsmtp ( again )
Replies: 3
Views: 1416

Problem with tsmtp-class

Hi, when I try to send e-Mails with tsmp-class when authentification is required, no e-Mail will be send. Following code am I using (modified testsmtp.prg): function SendMail() local oOutMail, cIP local cHost := "smtp.strato.de" local cEmail := "test@ctosoftware.de" ...
by gkuhnert
Thu Oct 09, 2008 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tsmtp-class
Replies: 6
Views: 1656

TestSmtp

To All I have some code which derives its syntax from the TestSmtp example. I am using a Dialog box at the begining of my program before the main MDI window to determine if a User exists in the permissions table. I give the user the option to add themselves ...
by Rick Lipkin
Tue Jul 08, 2008 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestSmtp
Replies: 6
Views: 1617

fwh\samples\testsmtp.prg


Espero ter ajudado
by MGA
Wed Jul 02, 2008 7:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de correo electronico
Replies: 2
Views: 718

I test testsmtp, but it does't send my mail.
by kajot
Thu Jun 12, 2008 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: any sample with sending mail
Replies: 14
Views: 2402

See FWH\samples\testmail.prg and testsmtp.prg.

testmail.prg uses MAPI and testsmtp uses SMTP.

James
by James Bott
Thu Jun 12, 2008 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: any sample with sending mail
Replies: 14
Views: 2402
PreviousNext

Return to advanced search