Re: [Lazarus] még egy próba

2018-05-10 Thread Kovács László via Lazarus
Hi, Sorry for that. Setting up and testing mailman based list, mistyped the list address. (Actually acctepted the wrong suggestion from TB) Regards K.L. 2018-05-11 07:37 keltezéssel, Kovács László via Lazarus írta: újabb teszt -- ___ Lazarus

[Lazarus] még egy próba

2018-05-10 Thread Kovács László via Lazarus
újabb teszt -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] How to use two different versions of FPC

2018-05-10 Thread Thierry B. via Lazarus
Le 10/05/2018 à 14:31, Joost van der Sluis via Lazarus a écrit : Op 10-05-18 om 14:05 schreef Giuliano Colla via Lazarus: Il 09/05/2018 12:34, Joost van der Sluis via Lazarus ha scritto: That's more a hack then a solution I fail to grasp why startlazarus should be a feature, and fpc.sh

Re: [Lazarus] How to use two different versions of FPC

2018-05-10 Thread patspiper via Lazarus
On 07/05/18 17:54, Gabor Boros via Lazarus wrote: My main development toolset is FPC 3.0.4 and Lazarus fixes_1_8. Sometimes I try some things with Lazarus trunk also. It is easy. But now build up a new development machine from scratch with RHEL 7.5 on it and try to utilize FPC trunk too (with

Re: [Lazarus] Sending e-mail from within Lazarus

2018-05-10 Thread Alonso Cárdenas Márquez via Lazarus
2018-05-10 8:31 GMT-05:00 Brian via Lazarus : > Does anybody have a working example of sending e-mail from a Lazarus > program through their ISP's mail server (which requires SSL/TLS) that > they'd be willing to share with me? I've been trying to follow > Michael's

Re: [Lazarus] Sending e-mail from within Lazarus

2018-05-10 Thread Graeme Geldenhuys via Lazarus
On 2018-05-10 14:31, Brian via Lazarus wrote: > Does anybody have a working example of sending e-mail from a Lazarus > program through their ISP's mail server (which requires SSL/TLS) that I've been doing that for years, and have always used Indy components since my Delphi 4 days. Indy also has a

Re: [Lazarus] Sending e-mail from within Lazarus

2018-05-10 Thread Denis Kozlov via Lazarus
Try the latest trunk version of Synapse code: http://sourceforge.net/p/synalist/code/HEAD/tree/trunk/ You'll also need OpenSSL binaries: https://wiki.openssl.org/index.php/Binaries Here is a snippet of a working connection routine, although tested in Delphi only:

Re: [Lazarus] Sending e-mail from within Lazarus

2018-05-10 Thread Brian via Lazarus
On 05/10/2018 09:42 AM, Carlos E. R. via Lazarus wrote: > On 2018-05-10 15:31, Brian via Lazarus wrote: >> Does anybody have a working example of sending e-mail from a Lazarus >> program through their ISP's mail server (which requires SSL/TLS) that >> they'd be willing to share with me? > > I

Re: [Lazarus] How to use two different versions of FPC

2018-05-10 Thread patspiper via Lazarus
On 07/05/18 17:54, Gabor Boros via Lazarus wrote: My main development toolset is FPC 3.0.4 and Lazarus fixes_1_8. Sometimes I try some things with Lazarus trunk also. It is easy. But now build up a new development machine from scratch with RHEL 7.5 on it and try to utilize FPC trunk too (with

Re: [Lazarus] Sending e-mail from within Lazarus

2018-05-10 Thread hdv@gmail via Lazarus
On 2018-05-10 15:42, Carlos E. R. via Lazarus wrote: > On 2018-05-10 15:31, Brian via Lazarus wrote: >> Does anybody have a working example of sending e-mail from a Lazarus >> program through their ISP's mail server (which requires SSL/TLS) that >> they'd be willing to share with me? > > I intend

Re: [Lazarus] Sending e-mail from within Lazarus

2018-05-10 Thread Carlos E. R. via Lazarus
On 2018-05-10 15:31, Brian via Lazarus wrote: > Does anybody have a working example of sending e-mail from a Lazarus > program through their ISP's mail server (which requires SSL/TLS) that > they'd be willing to share with me? I intend to code this soon, but I will simply call "mailx", an

[Lazarus] Sending e-mail from within Lazarus

2018-05-10 Thread Brian via Lazarus
Does anybody have a working example of sending e-mail from a Lazarus program through their ISP's mail server (which requires SSL/TLS) that they'd be willing to share with me? I've been trying to follow Michael's writeup for using Synapse, I'm getting a timeout error from deep within the Synapse

Re: [Lazarus] How to use two different versions of FPC

2018-05-10 Thread Michael Van Canneyt via Lazarus
On Thu, 10 May 2018, Joost van der Sluis via Lazarus wrote: Oh, you may do so. But it is unnecessary and confusing in the fpc-case. Off-course you can configure Lazarus to use fpc.sh. But what do you do in a terminal? Wouldn't it be easier to just call 'fpc_304' and 'fpc_trunk'? Or

Re: [Lazarus] How to use two different versions of FPC

2018-05-10 Thread Giuliano Colla via Lazarus
Il 09/05/2018 12:34, Joost van der Sluis via Lazarus ha scritto: That's more a hack then a solution I fail to grasp why startlazarus should be a feature, and fpc.sh should be a hack. Having multiple fpc.cfg files, as it may be required by multiple fpc installations requires invoking the

[Lazarus] How to use two different versions of FPC

2018-05-10 Thread Alfred via Lazarus
That's more a hack then a solution, and the real solution is simple and also works outside Lazarus: place the fpc.cfg in ~/experiments/etc, ~/development/etc etc, as already suggested by Ingo. Or, even better, just alongside the compiler-executable. You can call 'fpc