Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

What is algebra, exactly? Is it one of those three-cornered things? -- J. M. Barrie


devel / comp.lang.xharbour / hb_sendmail TLS-Version

SubjectAuthor
* hb_sendmail TLS-VersionMichael Hagl
`* Re: hb_sendmail TLS-VersionClaudio H
 `* Re: hb_sendmail TLS-VersionMichael Hagl
  `* Re: hb_sendmail TLS-VersionEnrico Maria Giordano
   `* Re: hb_sendmail TLS-VersionMichael Hagl
    `* Re: hb_sendmail TLS-VersionEnrico Maria Giordano
     `* Re: hb_sendmail TLS-VersionClaudio H
      `* Re: hb_sendmail TLS-VersionMichael Hagl
       `* Re: hb_sendmail TLS-VersionClaudio H
        `* Re: hb_sendmail TLS-VersionMichael Hagl
         `* Re: hb_sendmail TLS-VersionClaudio H
          `* Re: hb_sendmail TLS-VersionMichael Hagl
           `* Re: hb_sendmail TLS-VersionPaul
            `* Re: hb_sendmail TLS-VersionMichael Hagl
             `* Re: hb_sendmail TLS-VersionPaul
              `* Re: hb_sendmail TLS-VersionRichard Visscher
               `* Re: hb_sendmail TLS-VersionRichard Visscher
                `- Re: hb_sendmail TLS-VersionPaul

1
hb_sendmail TLS-Version

<0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16654&group=comp.lang.xharbour#16654

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a0c:e40e:: with SMTP id o14mr44414330qvl.30.1622049268129; Wed, 26 May 2021 10:14:28 -0700 (PDT)
X-Received: by 2002:a05:620a:14b7:: with SMTP id x23mr40299982qkj.323.1622049267937; Wed, 26 May 2021 10:14:27 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!feeder5.feed.usenet.farm!feeder1.feed.usenet.farm!feed.usenet.farm!tr2.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Wed, 26 May 2021 10:14:27 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=80.151.237.2; posting-account=V7lAIgoAAAC3DUcIU4p9S6DraPJfG7Az
NNTP-Posting-Host: 80.151.237.2
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
Subject: hb_sendmail TLS-Version
From: info@hagl.de (Michael Hagl)
Injection-Date: Wed, 26 May 2021 17:14:28 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 12
 by: Michael Hagl - Wed, 26 May 2021 17:14 UTC

Hi,

how can I tell which TLS version hb_sendmail () is using. My provider requires version 1.2 or 1.3.

I´m using latest xhb.com version and linking TipSSL.lib, Libeay32.lib and SSLeay32.lib

Thank you for some help!

Michael Hagl

Re: hb_sendmail TLS-Version

<c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16656&group=comp.lang.xharbour#16656

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:622a:18e:: with SMTP id s14mr3406996qtw.200.1622789802222;
Thu, 03 Jun 2021 23:56:42 -0700 (PDT)
X-Received: by 2002:ae9:f107:: with SMTP id k7mr2944855qkg.152.1622789801919;
Thu, 03 Jun 2021 23:56:41 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Thu, 3 Jun 2021 23:56:41 -0700 (PDT)
In-Reply-To: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=181.47.6.188; posting-account=HpimJAoAAAB9g4YwFxxrm8_5y018T6ul
NNTP-Posting-Host: 181.47.6.188
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: claudio@herszage.com (Claudio H)
Injection-Date: Fri, 04 Jun 2021 06:56:42 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Claudio H - Fri, 4 Jun 2021 06:56 UTC

Michael

The LIBs you are linking only support TLS up to ver 1.1

You should link LibCrypto.lib and LibSSL.lib included in last OpenSSL version, and have libcrypto-1_1.dll and libssl-1_1.dll available to your exe file (these support up to last TLS version)

Regards
Claudio H

Re: hb_sendmail TLS-Version

<3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16657&group=comp.lang.xharbour#16657

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a37:6c4:: with SMTP id 187mr3247004qkg.95.1622794212535;
Fri, 04 Jun 2021 01:10:12 -0700 (PDT)
X-Received: by 2002:a05:6214:19c8:: with SMTP id j8mr3683018qvc.42.1622794212390;
Fri, 04 Jun 2021 01:10:12 -0700 (PDT)
Path: i2pn2.org!i2pn.org!paganini.bofh.team!usenet.pasdenom.info!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Fri, 4 Jun 2021 01:10:12 -0700 (PDT)
In-Reply-To: <c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=80.151.237.2; posting-account=V7lAIgoAAAC3DUcIU4p9S6DraPJfG7Az
NNTP-Posting-Host: 80.151.237.2
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com> <c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: info@hagl.de (Michael Hagl)
Injection-Date: Fri, 04 Jun 2021 08:10:12 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Michael Hagl - Fri, 4 Jun 2021 08:10 UTC

Hello Claudio,

thank you for your answer!

instead of linking
[C:\xHb\Lib\TipSSL.lib]
[C:\xHb\Lib\libeay32.lib]
[C:\xHb\Lib\ssleay32.lib]

now linking
[C:\xHb\Lib\libcrypto.lib]
[C:\xHb\Lib\libssl.lib]

(and using the -1_1.dlls)
but when try to send a email with hb_sendmail, there is a errormessage (using old libs, it works)

20210604-09:43:02 :INETCONNECT( smtp.strato.de, 465 )
>> B43C740 <<
20210604-09:43:02 :INETERRORCODE( B43C740 )
>> 0 <<
20210604-09:43:02 :INETSENDALL( B43C740, 25, HELO csauf@......de )
>> 25 <<
20210604-09:43:02 :INETRECVLINE( B43C740, , 512 )
>> NIL <<
20210604-09:43:02 :INETERRORCODE( B43C740 )
>> 10054 <<

Michael Hagl

Claudio H schrieb am Freitag, 4. Juni 2021 um 08:56:42 UTC+2:
> Michael
>
> The LIBs you are linking only support TLS up to ver 1.1
>
> You should link LibCrypto.lib and LibSSL.lib included in last OpenSSL version, and have libcrypto-1_1.dll and libssl-1_1.dll available to your exe file (these support up to last TLS version)
>
> Regards
> Claudio H

Re: hb_sendmail TLS-Version

<s9cpb1$i1s$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16658&group=comp.lang.xharbour#16658

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: e.m.giordano@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: Re: hb_sendmail TLS-Version
Date: Fri, 4 Jun 2021 10:47:28 +0200
Organization: EMAG Software
Lines: 29
Message-ID: <s9cpb1$i1s$1@dont-email.me>
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
<c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com>
<3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 4 Jun 2021 08:47:30 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="56c69a6c88c0ad90b8db5ca92ecd037d";
logging-data="18492"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+bIys0Rg/TS3oswaNMxTwD"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.11.0
Cancel-Lock: sha1:XqVu7rNsC+rmn+OmAqshBjI6884=
In-Reply-To: <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
Content-Language: it
 by: Enrico Maria Giordan - Fri, 4 Jun 2021 08:47 UTC

Il 04/06/2021 10:10, Michael Hagl ha scritto:

> Hello Claudio,
>
> thank you for your answer!
>
> instead of linking
> [C:\xHb\Lib\TipSSL.lib]
> [C:\xHb\Lib\libeay32.lib]
> [C:\xHb\Lib\ssleay32.lib]
>
> now linking
> [C:\xHb\Lib\libcrypto.lib]
> [C:\xHb\Lib\libssl.lib]
>
> (and using the -1_1.dlls)
> but when try to send a email with hb_sendmail, there is a errormessage (using old libs, it works)

I'm not sure, bu I think you have to rebuild xHarbour with the new
OpenSSL directory installed. If this is true, you have to ask xHarbour.com.

EMG

http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg

Re: hb_sendmail TLS-Version

<662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16661&group=comp.lang.xharbour#16661

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:ae9:dfc4:: with SMTP id t187mr3648074qkf.0.1622802909600;
Fri, 04 Jun 2021 03:35:09 -0700 (PDT)
X-Received: by 2002:ad4:5bef:: with SMTP id k15mr4145436qvc.22.1622802909392;
Fri, 04 Jun 2021 03:35:09 -0700 (PDT)
Path: i2pn2.org!i2pn.org!paganini.bofh.team!usenet.pasdenom.info!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Fri, 4 Jun 2021 03:35:09 -0700 (PDT)
In-Reply-To: <s9cpb1$i1s$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=80.151.237.2; posting-account=V7lAIgoAAAC3DUcIU4p9S6DraPJfG7Az
NNTP-Posting-Host: 80.151.237.2
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
<c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com> <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
<s9cpb1$i1s$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: info@hagl.de (Michael Hagl)
Injection-Date: Fri, 04 Jun 2021 10:35:09 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Michael Hagl - Fri, 4 Jun 2021 10:35 UTC

Hi,

maybe the hb-sendmail function (or the whole tip-source) is to old.

Do i have the correct lib files?
libssl.lib size is 1382366 Bytes
libcrypto.lib is 5012232 Bytes

Michael Hagl

Enrico Maria Giordano schrieb am Freitag, 4. Juni 2021 um 10:47:36 UTC+2:
> Il 04/06/2021 10:10, Michael Hagl ha scritto:
>
> > Hello Claudio,
> >
> > thank you for your answer!
> >
> > instead of linking
> > [C:\xHb\Lib\TipSSL.lib]
> > [C:\xHb\Lib\libeay32.lib]
> > [C:\xHb\Lib\ssleay32.lib]
> >
> > now linking
> > [C:\xHb\Lib\libcrypto.lib]
> > [C:\xHb\Lib\libssl.lib]
> >
> > (and using the -1_1.dlls)
> > but when try to send a email with hb_sendmail, there is a errormessage (using old libs, it works)
> I'm not sure, bu I think you have to rebuild xHarbour with the new
> OpenSSL directory installed. If this is true, you have to ask xHarbour.com.
>
> EMG
>
> http://www.emagsoftware.it
> http://www.emagsoftware.it/emgmusic
> http://www.emagsoftware.it/spectrum
> http://www.emagsoftware.it/tbosg

Re: hb_sendmail TLS-Version

<s9d0f9$uv2$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16662&group=comp.lang.xharbour#16662

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: e.m.giordano@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: Re: hb_sendmail TLS-Version
Date: Fri, 4 Jun 2021 12:49:12 +0200
Organization: EMAG Software
Lines: 22
Message-ID: <s9d0f9$uv2$1@dont-email.me>
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
<c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com>
<3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
<s9cpb1$i1s$1@dont-email.me>
<662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 4 Jun 2021 10:49:13 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="56c69a6c88c0ad90b8db5ca92ecd037d";
logging-data="31714"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18pjcPGO7JJBDx+6xtgFYxV"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.11.0
Cancel-Lock: sha1:4lbaSHYaal3+TFvVMoxR3379vEQ=
In-Reply-To: <662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com>
Content-Language: it
 by: Enrico Maria Giordan - Fri, 4 Jun 2021 10:49 UTC

Il 04/06/2021 12:35, Michael Hagl ha scritto:

> Hi,
>
> maybe the hb-sendmail function (or the whole tip-source) is to old.

It maybe.

> Do i have the correct lib files?
> libssl.lib size is 1382366 Bytes
> libcrypto.lib is 5012232 Bytes

Yes, you have to recreate the LIB from the new DLL.

EMG

http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg

Re: hb_sendmail TLS-Version

<ac931559-d71c-46ca-9f8e-086931cc83f5n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16663&group=comp.lang.xharbour#16663

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:6214:260f:: with SMTP id gu15mr6445032qvb.21.1622836628153; Fri, 04 Jun 2021 12:57:08 -0700 (PDT)
X-Received: by 2002:a05:6214:18ce:: with SMTP id cy14mr6343936qvb.8.1622836627866; Fri, 04 Jun 2021 12:57:07 -0700 (PDT)
Path: i2pn2.org!i2pn.org!paganini.bofh.team!news.dns-netz.com!news.freedyn.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Fri, 4 Jun 2021 12:57:07 -0700 (PDT)
In-Reply-To: <s9d0f9$uv2$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=181.47.6.188; posting-account=HpimJAoAAAB9g4YwFxxrm8_5y018T6ul
NNTP-Posting-Host: 181.47.6.188
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com> <c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com> <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com> <s9cpb1$i1s$1@dont-email.me> <662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com> <s9d0f9$uv2$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <ac931559-d71c-46ca-9f8e-086931cc83f5n@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: claudio@herszage.com (Claudio H)
Injection-Date: Fri, 04 Jun 2021 19:57:08 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 8
 by: Claudio H - Fri, 4 Jun 2021 19:57 UTC

Michael

You have to use a newer TipSSL.lib than the obsolete one provided by xharbour.com in it's last build.

I took it from Mel's site for PellesC 32 bits version and works flawlessly.

Regards

Claudio H

Re: hb_sendmail TLS-Version

<73fbdd95-8473-4d78-a3cc-b1467f54a359n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16664&group=comp.lang.xharbour#16664

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:aed:30c1:: with SMTP id 59mr15472793qtf.16.1623060209663;
Mon, 07 Jun 2021 03:03:29 -0700 (PDT)
X-Received: by 2002:a05:620a:2ec:: with SMTP id a12mr15008851qko.92.1623060209163;
Mon, 07 Jun 2021 03:03:29 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Mon, 7 Jun 2021 03:03:28 -0700 (PDT)
In-Reply-To: <ac931559-d71c-46ca-9f8e-086931cc83f5n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=80.151.237.2; posting-account=V7lAIgoAAAC3DUcIU4p9S6DraPJfG7Az
NNTP-Posting-Host: 80.151.237.2
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
<c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com> <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
<s9cpb1$i1s$1@dont-email.me> <662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com>
<s9d0f9$uv2$1@dont-email.me> <ac931559-d71c-46ca-9f8e-086931cc83f5n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <73fbdd95-8473-4d78-a3cc-b1467f54a359n@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: info@hagl.de (Michael Hagl)
Injection-Date: Mon, 07 Jun 2021 10:03:29 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Michael Hagl - Mon, 7 Jun 2021 10:03 UTC

Hi Claudio,

does not work!

Im linking:
tip.lib (275KB, 14.12.2020)
tipssl.lib (162KB, 14.12.2020)
libcrypto.lib (4.77MB, 04.06.2021)
libssl.lib (1.32MB, 04.06.2021)

and
libcrypto-1_1.dll (2.4MB, 04.06.2021)
libssl-1_1.dll (519KB, 04.06.2021)

when deleting the dll-files and start the exe, it does not ask for the lib*.dlls

Claudio H schrieb am Freitag, 4. Juni 2021 um 21:57:08 UTC+2:
> Michael
>
> You have to use a newer TipSSL.lib than the obsolete one provided by xharbour.com in it's last build.
>
> I took it from Mel's site for PellesC 32 bits version and works flawlessly.
>
> Regards
>
> Claudio H

Re: hb_sendmail TLS-Version

<258d93ef-0d4b-4313-b7f4-cf4cbe5880ccn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16665&group=comp.lang.xharbour#16665

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:ad4:4713:: with SMTP id k19mr19826289qvz.26.1623094298139; Mon, 07 Jun 2021 12:31:38 -0700 (PDT)
X-Received: by 2002:a37:7485:: with SMTP id p127mr18025207qkc.323.1623094297826; Mon, 07 Jun 2021 12:31:37 -0700 (PDT)
Path: i2pn2.org!i2pn.org!aioe.org!feeder1.feed.usenet.farm!feed.usenet.farm!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Mon, 7 Jun 2021 12:31:37 -0700 (PDT)
In-Reply-To: <73fbdd95-8473-4d78-a3cc-b1467f54a359n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=184.164.160.206; posting-account=HpimJAoAAAB9g4YwFxxrm8_5y018T6ul
NNTP-Posting-Host: 184.164.160.206
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com> <c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com> <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com> <s9cpb1$i1s$1@dont-email.me> <662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com> <s9d0f9$uv2$1@dont-email.me> <ac931559-d71c-46ca-9f8e-086931cc83f5n@googlegroups.com> <73fbdd95-8473-4d78-a3cc-b1467f54a359n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <258d93ef-0d4b-4313-b7f4-cf4cbe5880ccn@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: claudio@herszage.com (Claudio H)
Injection-Date: Mon, 07 Jun 2021 19:31:38 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 13
 by: Claudio H - Mon, 7 Jun 2021 19:31 UTC

Michael

You have to link these and in this exact order, and DO NOT include tip.lib :

tipssl.lib 29/10/2020
libcrypto.lib 21/04/2020
libssl.lib 21/04/2020
xhb.lib 14/03/2017

(dates are from the ones I'm using, anyone after them should work)

Your exe is not asking for the DLLs because when linking tip.lib before tipssl.lib the methods using ssl/tls routines are not included.

Claudio H

Re: hb_sendmail TLS-Version

<7ae9bf8d-7280-4232-a60c-acfc01fcfc1cn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16666&group=comp.lang.xharbour#16666

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:6214:10cc:: with SMTP id r12mr13413668qvs.21.1623133572683;
Mon, 07 Jun 2021 23:26:12 -0700 (PDT)
X-Received: by 2002:ac8:5c8c:: with SMTP id r12mr917582qta.265.1623133572417;
Mon, 07 Jun 2021 23:26:12 -0700 (PDT)
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Mon, 7 Jun 2021 23:26:12 -0700 (PDT)
In-Reply-To: <258d93ef-0d4b-4313-b7f4-cf4cbe5880ccn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=80.151.237.2; posting-account=V7lAIgoAAAC3DUcIU4p9S6DraPJfG7Az
NNTP-Posting-Host: 80.151.237.2
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
<c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com> <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
<s9cpb1$i1s$1@dont-email.me> <662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com>
<s9d0f9$uv2$1@dont-email.me> <ac931559-d71c-46ca-9f8e-086931cc83f5n@googlegroups.com>
<73fbdd95-8473-4d78-a3cc-b1467f54a359n@googlegroups.com> <258d93ef-0d4b-4313-b7f4-cf4cbe5880ccn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <7ae9bf8d-7280-4232-a60c-acfc01fcfc1cn@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: info@hagl.de (Michael Hagl)
Injection-Date: Tue, 08 Jun 2021 06:26:12 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Michael Hagl - Tue, 8 Jun 2021 06:26 UTC

Hi Claudio,

does not work!
Without tip.lib, there is a linking error and exe is not build.
Maybe, I do not have the correct libs (tipssl.lib is from mel´s xhb10264_pellesc)

Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:console -LIBPATH:"c:\xhb\lib" -LIBPATH:"C:\xHB\c_lib" -LIBPATH:"C:\xHB\c_lib\win" "AUFX.obj" "ZUGRIFF1.obj" "ABSCHLUS.obj" "ADRDRU.obj" "APRG.obj" "ARTDRUCK.obj" "ARTIKEL2.obj" "ARTIKEL3.obj" "ARTIKEL.obj" "ARTSTLIS.obj" "AUFDRU2.obj" "AUFDRUCK.obj" "AUFINI.obj" "AUFLIB.obj" "BARVERK.obj" "CALC.obj" "CHARGE.obj" "DATEIPFL.obj" "DD4.obj" "EDI.obj" "EDIT.obj" "ERROR.obj" "EXPORT.obj" "FAKT.obj" "FAKTNEU.obj" "FAKTPOS2.obj" "FAKTPOS.obj" "FAKTSTL.obj" "FELDIO2.obj" "FELDIOX.obj" "FERTIG.obj" "FORMULAR.obj" "FORMWIN.obj" "FPLAN.obj" "FUNLIB.obj" "GRUPPEN.obj" "INVENTUR.obj" "KONTRAKT.obj" "KUNDEN.obj" "LAGER2.obj" "LAGER.obj" "LASTSCHR.obj" "LIB1.obj" "MAXCHO.obj" "MAXFIL..obj" "MAXMOV.obj" "MAXSCO.obj" "MIET.obj" "NEUSCO.obj" "OBJEKT.obj" "OPOS.obj" "PROGWAHL.obj" "SERNUM.obj" "STAMM.obj" "UPDATE.obj" "VERSAND.obj" "VORGANG.obj" "ZEIT.obj" "GETHB.obj" "XHB.obj" "XML.obj" "NOGTVW.obj" "LGIMPORT.obj" "ADS.obj" "TPSCRIPx.obj" "BARCODE.obj" "BROWSE.obj" "DATANORM.obj" "lgplatz.obj" "CPROG.obj" "Fertigband.obj" "msoffice.obj" "MEMOEDIT.obj" "TEDITOR.obj" "debug.obj" "versuch.obj" "internet.obj" "rufimport.obj" "Montage.obj" "tbrowse.obj" "tbcolumn.obj" "TSE.obj" "Service.obj" "xhb-cFuncs.obj" "C:\xHb\Lib\TipSSL.lib" "C:\xHb\Lib\libcrypto.lib" "C:\xHb\Lib\libssl.lib" "C:\xHB\lib\xHB.lib" "C:\xHB\lib\xHBCommDll.lib" "C:\xHB\lib\xHBCOMM.lib" "C:\xHB\lib\WINAPI.LIB" "C:\xHB\Lib\xHBZipDll.lib" "C:\xHB\Lib\xHBZIP.lib" "C:\xHb\Lib\rddads.lib" "C:\xHB\lib\VXH.lib" "ads.lib" "ace32.lib" "xhb.lib" "dbf.lib" "nsx.lib" "ntx.lib" "cdx.lib" "rmdbfcdx.lib" "ct3comm.lib" crt..lib kernel32.lib user32.lib winspool.lib ole32.lib oleaut32.lib odbc32.lib odbccp32.lib uuid.lib wsock32.lib ws2_32.lib wininet.lib advapi32.lib shlwapi.lib msimg32.lib mpr.lib OleDlg.lib version.lib -out:"aufpm-ssl.exe"<<<

CRT: unhandled exception (main) -- terminating

Type: C >>>Couldn't build: aufpm-ssl.exe<<<
Type: C >>>TMAKEPROJECT<<<
Type: C >>>TMAKEPROJECT:REFRESH<<<
Type: N >>> 1428<<<

Claudio H schrieb am Montag, 7. Juni 2021 um 21:31:38 UTC+2:
> Michael
>
> You have to link these and in this exact order, and DO NOT include tip.lib :
>
> tipssl.lib 29/10/2020
> libcrypto.lib 21/04/2020
> libssl.lib 21/04/2020
> xhb.lib 14/03/2017
>
> (dates are from the ones I'm using, anyone after them should work)
>
> Your exe is not asking for the DLLs because when linking tip.lib before tipssl.lib the methods using ssl/tls routines are not included.
>
> Claudio H

Re: hb_sendmail TLS-Version

<60462ac0-4005-46e0-9815-4149fc6b1ab3n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16667&group=comp.lang.xharbour#16667

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:620a:2ec:: with SMTP id a12mr22523879qko.92.1623186162882;
Tue, 08 Jun 2021 14:02:42 -0700 (PDT)
X-Received: by 2002:a05:620a:a85:: with SMTP id v5mr24322384qkg.285.1623186162598;
Tue, 08 Jun 2021 14:02:42 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Tue, 8 Jun 2021 14:02:42 -0700 (PDT)
In-Reply-To: <7ae9bf8d-7280-4232-a60c-acfc01fcfc1cn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=137.103.37.158; posting-account=HpimJAoAAAB9g4YwFxxrm8_5y018T6ul
NNTP-Posting-Host: 137.103.37.158
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
<c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com> <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
<s9cpb1$i1s$1@dont-email.me> <662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com>
<s9d0f9$uv2$1@dont-email.me> <ac931559-d71c-46ca-9f8e-086931cc83f5n@googlegroups.com>
<73fbdd95-8473-4d78-a3cc-b1467f54a359n@googlegroups.com> <258d93ef-0d4b-4313-b7f4-cf4cbe5880ccn@googlegroups.com>
<7ae9bf8d-7280-4232-a60c-acfc01fcfc1cn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <60462ac0-4005-46e0-9815-4149fc6b1ab3n@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: claudio@herszage.com (Claudio H)
Injection-Date: Tue, 08 Jun 2021 21:02:42 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Claudio H - Tue, 8 Jun 2021 21:02 UTC

Michael

Don't know which xhb.com's build you are using, but just in case compile and link all the PRGs from xharbour.org's contrib\tipssl

Regards
Claudio H

Re: hb_sendmail TLS-Version

<157fddee-f665-4b29-9988-15ecb4dc31c7n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16668&group=comp.lang.xharbour#16668

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:ac8:1090:: with SMTP id a16mr3297925qtj.32.1623409961700;
Fri, 11 Jun 2021 04:12:41 -0700 (PDT)
X-Received: by 2002:a05:620a:e89:: with SMTP id w9mr3186774qkm.256.1623409961524;
Fri, 11 Jun 2021 04:12:41 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Fri, 11 Jun 2021 04:12:41 -0700 (PDT)
In-Reply-To: <60462ac0-4005-46e0-9815-4149fc6b1ab3n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=80.151.237.2; posting-account=V7lAIgoAAAC3DUcIU4p9S6DraPJfG7Az
NNTP-Posting-Host: 80.151.237.2
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
<c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com> <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
<s9cpb1$i1s$1@dont-email.me> <662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com>
<s9d0f9$uv2$1@dont-email.me> <ac931559-d71c-46ca-9f8e-086931cc83f5n@googlegroups.com>
<73fbdd95-8473-4d78-a3cc-b1467f54a359n@googlegroups.com> <258d93ef-0d4b-4313-b7f4-cf4cbe5880ccn@googlegroups.com>
<7ae9bf8d-7280-4232-a60c-acfc01fcfc1cn@googlegroups.com> <60462ac0-4005-46e0-9815-4149fc6b1ab3n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <157fddee-f665-4b29-9988-15ecb4dc31c7n@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: info@hagl.de (Michael Hagl)
Injection-Date: Fri, 11 Jun 2021 11:12:41 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Michael Hagl - Fri, 11 Jun 2021 11:12 UTC

Hi Claudio,
sorry for delay!
I will do some tests the next days

Michael Hagl

Claudio H schrieb am Dienstag, 8. Juni 2021 um 23:02:43 UTC+2:
> Michael
>
> Don't know which xhb.com's build you are using, but just in case compile and link all the PRGs from xharbour.org's contrib\tipssl
>
> Regards
> Claudio H

Re: hb_sendmail TLS-Version

<73ff9a49-10ff-4915-add8-ca53e02da300n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17497&group=comp.lang.xharbour#17497

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a37:5a47:0:b0:767:f1e8:d2d4 with SMTP id o68-20020a375a47000000b00767f1e8d2d4mr25524qkb.1.1691414964809;
Mon, 07 Aug 2023 06:29:24 -0700 (PDT)
X-Received: by 2002:a05:6808:10c5:b0:3a7:5639:7531 with SMTP id
s5-20020a05680810c500b003a756397531mr17106295ois.10.1691414964334; Mon, 07
Aug 2023 06:29:24 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Mon, 7 Aug 2023 06:29:23 -0700 (PDT)
In-Reply-To: <157fddee-f665-4b29-9988-15ecb4dc31c7n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=87.209.61.161; posting-account=Lf_06AoAAABOW-TvFjCEev0xZvIh54lB
NNTP-Posting-Host: 87.209.61.161
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
<c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com> <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
<s9cpb1$i1s$1@dont-email.me> <662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com>
<s9d0f9$uv2$1@dont-email.me> <ac931559-d71c-46ca-9f8e-086931cc83f5n@googlegroups.com>
<73fbdd95-8473-4d78-a3cc-b1467f54a359n@googlegroups.com> <258d93ef-0d4b-4313-b7f4-cf4cbe5880ccn@googlegroups.com>
<7ae9bf8d-7280-4232-a60c-acfc01fcfc1cn@googlegroups.com> <60462ac0-4005-46e0-9815-4149fc6b1ab3n@googlegroups.com>
<157fddee-f665-4b29-9988-15ecb4dc31c7n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <73ff9a49-10ff-4915-add8-ca53e02da300n@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: computerpaulus@gmail.com (Paul)
Injection-Date: Mon, 07 Aug 2023 13:29:24 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2432
 by: Paul - Mon, 7 Aug 2023 13:29 UTC

Op vrijdag 11 juni 2021 om 13:12:43 UTC+2 schreef Michael Hagl:
> Hi Claudio,
> sorry for delay!
> I will do some tests the next days
>
> Michael Hagl
> Claudio H schrieb am Dienstag, 8. Juni 2021 um 23:02:43 UTC+2:
> > Michael
> >
> > Don't know which xhb.com's build you are using, but just in case compile and link all the PRGs from xharbour.org's contrib\tipssl
> >
> > Regards
> > Claudio H

Hi Michael,
Did you manage to send email? I cannot send e-mail from my application to the smtp servers of Google and Outlook, for example with T-mobile it works fine. I've seen that there is an improved version of xHB.com TipSSL available but I can't get it to work.
Thank you in advance for your reply.
Paul

Re: hb_sendmail TLS-Version

<aaa46cc2-9480-4f42-b617-d8be0ecc1732n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17501&group=comp.lang.xharbour#17501

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:6214:aa4:b0:63d:44c5:3f38 with SMTP id ew4-20020a0562140aa400b0063d44c53f38mr38464qvb.0.1691483760439;
Tue, 08 Aug 2023 01:36:00 -0700 (PDT)
X-Received: by 2002:a05:687c:354a:b0:1bb:9fd4:65ed with SMTP id
li10-20020a05687c354a00b001bb9fd465edmr15001305oac.5.1691483759882; Tue, 08
Aug 2023 01:35:59 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Tue, 8 Aug 2023 01:35:59 -0700 (PDT)
In-Reply-To: <73ff9a49-10ff-4915-add8-ca53e02da300n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=80.151.237.2; posting-account=V7lAIgoAAAC3DUcIU4p9S6DraPJfG7Az
NNTP-Posting-Host: 80.151.237.2
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
<c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com> <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
<s9cpb1$i1s$1@dont-email.me> <662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com>
<s9d0f9$uv2$1@dont-email.me> <ac931559-d71c-46ca-9f8e-086931cc83f5n@googlegroups.com>
<73fbdd95-8473-4d78-a3cc-b1467f54a359n@googlegroups.com> <258d93ef-0d4b-4313-b7f4-cf4cbe5880ccn@googlegroups.com>
<7ae9bf8d-7280-4232-a60c-acfc01fcfc1cn@googlegroups.com> <60462ac0-4005-46e0-9815-4149fc6b1ab3n@googlegroups.com>
<157fddee-f665-4b29-9988-15ecb4dc31c7n@googlegroups.com> <73ff9a49-10ff-4915-add8-ca53e02da300n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <aaa46cc2-9480-4f42-b617-d8be0ecc1732n@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: haglguenzenhausen@gmail.com (Michael Hagl)
Injection-Date: Tue, 08 Aug 2023 08:36:00 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Michael Hagl - Tue, 8 Aug 2023 08:35 UTC

Paul schrieb am Montag, 7. August 2023 um 15:29:26 UTC+2:
> Op vrijdag 11 juni 2021 om 13:12:43 UTC+2 schreef Michael Hagl:
> > Hi Claudio,
> > sorry for delay!
> > I will do some tests the next days
> >
> > Michael Hagl
> > Claudio H schrieb am Dienstag, 8. Juni 2021 um 23:02:43 UTC+2:
> > > Michael
> > >
> > > Don't know which xhb.com's build you are using, but just in case compile and link all the PRGs from xharbour.org's contrib\tipssl
> > >
> > > Regards
> > > Claudio H
> Hi Michael,
> Did you manage to send email? I cannot send e-mail from my application to the smtp servers of Google and Outlook, for example with T-mobile it works fine. I've seen that there is an improved version of xHB.com TipSSL available but I can't get it to work.
> Thank you in advance for your reply.
> Paul

Hi Paul,

sorry for delay.

I never used the smtp server of google or outlook.

Now I have created a gmail account for testing with my xHb.

But does not work with gmail

Sorry I cannot help you

mit freundlichen Grüßen

Michael Hagl

Re: hb_sendmail TLS-Version

<5d314328-26aa-4ec0-8e9e-cb857f4f67dbn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17502&group=comp.lang.xharbour#17502

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a37:86c7:0:b0:762:42ca:919e with SMTP id i190-20020a3786c7000000b0076242ca919emr35526qkd.9.1691506488182;
Tue, 08 Aug 2023 07:54:48 -0700 (PDT)
X-Received: by 2002:a05:6808:1927:b0:3a4:13bc:6cf8 with SMTP id
bf39-20020a056808192700b003a413bc6cf8mr23826990oib.7.1691506487793; Tue, 08
Aug 2023 07:54:47 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Tue, 8 Aug 2023 07:54:47 -0700 (PDT)
In-Reply-To: <aaa46cc2-9480-4f42-b617-d8be0ecc1732n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=87.209.61.161; posting-account=Lf_06AoAAABOW-TvFjCEev0xZvIh54lB
NNTP-Posting-Host: 87.209.61.161
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
<c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com> <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
<s9cpb1$i1s$1@dont-email.me> <662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com>
<s9d0f9$uv2$1@dont-email.me> <ac931559-d71c-46ca-9f8e-086931cc83f5n@googlegroups.com>
<73fbdd95-8473-4d78-a3cc-b1467f54a359n@googlegroups.com> <258d93ef-0d4b-4313-b7f4-cf4cbe5880ccn@googlegroups.com>
<7ae9bf8d-7280-4232-a60c-acfc01fcfc1cn@googlegroups.com> <60462ac0-4005-46e0-9815-4149fc6b1ab3n@googlegroups.com>
<157fddee-f665-4b29-9988-15ecb4dc31c7n@googlegroups.com> <73ff9a49-10ff-4915-add8-ca53e02da300n@googlegroups.com>
<aaa46cc2-9480-4f42-b617-d8be0ecc1732n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <5d314328-26aa-4ec0-8e9e-cb857f4f67dbn@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: computerpaulus@gmail.com (Paul)
Injection-Date: Tue, 08 Aug 2023 14:54:48 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Paul - Tue, 8 Aug 2023 14:54 UTC

Op dinsdag 8 augustus 2023 om 10:36:01 UTC+2 schreef Michael Hagl:
> Paul schrieb am Montag, 7. August 2023 um 15:29:26 UTC+2:
> > Op vrijdag 11 juni 2021 om 13:12:43 UTC+2 schreef Michael Hagl:
> > > Hi Claudio,
> > > sorry for delay!
> > > I will do some tests the next days
> > >
> > > Michael Hagl
> > > Claudio H schrieb am Dienstag, 8. Juni 2021 um 23:02:43 UTC+2:
> > > > Michael
> > > >
> > > > Don't know which xhb.com's build you are using, but just in case compile and link all the PRGs from xharbour.org's contrib\tipssl
> > > >
> > > > Regards
> > > > Claudio H
> > Hi Michael,
> > Did you manage to send email? I cannot send e-mail from my application to the smtp servers of Google and Outlook, for example with T-mobile it works fine. I've seen that there is an improved version of xHB.com TipSSL available but I can't get it to work.
> > Thank you in advance for your reply.
> > Paul
> Hi Paul,
>
> sorry for delay.
>
> I never used the smtp server of google or outlook.
>
> Now I have created a gmail account for testing with my xHb.
>
> But does not work with gmail
>
> Sorry I cannot help you
>
> mit freundlichen Grüßen
>
> Michael Hagl

OK, sorry but thanks for your answer.
Paul

Re: hb_sendmail TLS-Version

<588cde7b-0f28-4f6d-a424-23ee895e921fn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17503&group=comp.lang.xharbour#17503

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:ac8:4e89:0:b0:403:acaa:abe0 with SMTP id 9-20020ac84e89000000b00403acaaabe0mr48455qtp.8.1691506962720;
Tue, 08 Aug 2023 08:02:42 -0700 (PDT)
X-Received: by 2002:a05:6870:988c:b0:1bb:9850:3bed with SMTP id
eg12-20020a056870988c00b001bb98503bedmr16394688oab.8.1691506961573; Tue, 08
Aug 2023 08:02:41 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Tue, 8 Aug 2023 08:02:41 -0700 (PDT)
In-Reply-To: <5d314328-26aa-4ec0-8e9e-cb857f4f67dbn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=84.243.238.168; posting-account=A3Ex6QoAAAC9QqMUROTM3csly5-58hGS
NNTP-Posting-Host: 84.243.238.168
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
<c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com> <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
<s9cpb1$i1s$1@dont-email.me> <662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com>
<s9d0f9$uv2$1@dont-email.me> <ac931559-d71c-46ca-9f8e-086931cc83f5n@googlegroups.com>
<73fbdd95-8473-4d78-a3cc-b1467f54a359n@googlegroups.com> <258d93ef-0d4b-4313-b7f4-cf4cbe5880ccn@googlegroups.com>
<7ae9bf8d-7280-4232-a60c-acfc01fcfc1cn@googlegroups.com> <60462ac0-4005-46e0-9815-4149fc6b1ab3n@googlegroups.com>
<157fddee-f665-4b29-9988-15ecb4dc31c7n@googlegroups.com> <73ff9a49-10ff-4915-add8-ca53e02da300n@googlegroups.com>
<aaa46cc2-9480-4f42-b617-d8be0ecc1732n@googlegroups.com> <5d314328-26aa-4ec0-8e9e-cb857f4f67dbn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <588cde7b-0f28-4f6d-a424-23ee895e921fn@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: info@irvis.nl (Richard Visscher)
Injection-Date: Tue, 08 Aug 2023 15:02:42 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3735
 by: Richard Visscher - Tue, 8 Aug 2023 15:02 UTC

Hi Paul,

Use tipSSL with last OpenSSl libs and DLLs ( libssl-1_1 and libcrypt-1_1 ) on port 587
You have to create a separate app-password in you're google account
which allows sending, using you're normal mail password won't work.

https://support.google.com/accounts/answer/185833?hl=en

regards,
Richard

Op dinsdag 8 augustus 2023 om 16:54:49 UTC+2 schreef Paul:
> Op dinsdag 8 augustus 2023 om 10:36:01 UTC+2 schreef Michael Hagl:
> > Paul schrieb am Montag, 7. August 2023 um 15:29:26 UTC+2:
> > > Op vrijdag 11 juni 2021 om 13:12:43 UTC+2 schreef Michael Hagl:
> > > > Hi Claudio,
> > > > sorry for delay!
> > > > I will do some tests the next days
> > > >
> > > > Michael Hagl
> > > > Claudio H schrieb am Dienstag, 8. Juni 2021 um 23:02:43 UTC+2:
> > > > > Michael
> > > > >
> > > > > Don't know which xhb.com's build you are using, but just in case compile and link all the PRGs from xharbour.org's contrib\tipssl
> > > > >
> > > > > Regards
> > > > > Claudio H
> > > Hi Michael,
> > > Did you manage to send email? I cannot send e-mail from my application to the smtp servers of Google and Outlook, for example with T-mobile it works fine. I've seen that there is an improved version of xHB.com TipSSL available but I can't get it to work.
> > > Thank you in advance for your reply.
> > > Paul
> > Hi Paul,
> >
> > sorry for delay.
> >
> > I never used the smtp server of google or outlook.
> >
> > Now I have created a gmail account for testing with my xHb.
> >
> > But does not work with gmail
> >
> > Sorry I cannot help you
> >
> > mit freundlichen Grüßen
> >
> > Michael Hagl
> OK, sorry but thanks for your answer.
> Paul

Re: hb_sendmail TLS-Version

<f653adb0-1270-4751-be7b-bc2468bfe6f2n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17505&group=comp.lang.xharbour#17505

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:620a:1a90:b0:76c:bd05:f808 with SMTP id bl16-20020a05620a1a9000b0076cbd05f808mr33233qkb.15.1691559200030;
Tue, 08 Aug 2023 22:33:20 -0700 (PDT)
X-Received: by 2002:a05:6870:735:b0:1bb:6148:7c49 with SMTP id
ea53-20020a056870073500b001bb61487c49mr597048oab.8.1691559199492; Tue, 08 Aug
2023 22:33:19 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Tue, 8 Aug 2023 22:33:19 -0700 (PDT)
In-Reply-To: <588cde7b-0f28-4f6d-a424-23ee895e921fn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=84.243.238.168; posting-account=A3Ex6QoAAAC9QqMUROTM3csly5-58hGS
NNTP-Posting-Host: 84.243.238.168
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
<c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com> <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
<s9cpb1$i1s$1@dont-email.me> <662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com>
<s9d0f9$uv2$1@dont-email.me> <ac931559-d71c-46ca-9f8e-086931cc83f5n@googlegroups.com>
<73fbdd95-8473-4d78-a3cc-b1467f54a359n@googlegroups.com> <258d93ef-0d4b-4313-b7f4-cf4cbe5880ccn@googlegroups.com>
<7ae9bf8d-7280-4232-a60c-acfc01fcfc1cn@googlegroups.com> <60462ac0-4005-46e0-9815-4149fc6b1ab3n@googlegroups.com>
<157fddee-f665-4b29-9988-15ecb4dc31c7n@googlegroups.com> <73ff9a49-10ff-4915-add8-ca53e02da300n@googlegroups.com>
<aaa46cc2-9480-4f42-b617-d8be0ecc1732n@googlegroups.com> <5d314328-26aa-4ec0-8e9e-cb857f4f67dbn@googlegroups.com>
<588cde7b-0f28-4f6d-a424-23ee895e921fn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f653adb0-1270-4751-be7b-bc2468bfe6f2n@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: info@irvis.nl (Richard Visscher)
Injection-Date: Wed, 09 Aug 2023 05:33:20 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Richard Visscher - Wed, 9 Aug 2023 05:33 UTC

Hi Paul,

For using outlook use port 587 then ( tipSSL ) opensecure(.F) with autologin and secure login .

Regards,
Richard

Op dinsdag 8 augustus 2023 om 17:02:43 UTC+2 schreef Richard Visscher:
> Hi Paul,
>
> Use tipSSL with last OpenSSl libs and DLLs ( libssl-1_1 and libcrypt-1_1 ) on port 587
> You have to create a separate app-password in you're google account
> which allows sending, using you're normal mail password won't work.
>
> https://support.google.com/accounts/answer/185833?hl=en
>
>
> regards,
> Richard
>
>
> Op dinsdag 8 augustus 2023 om 16:54:49 UTC+2 schreef Paul:
> > Op dinsdag 8 augustus 2023 om 10:36:01 UTC+2 schreef Michael Hagl:
> > > Paul schrieb am Montag, 7. August 2023 um 15:29:26 UTC+2:
> > > > Op vrijdag 11 juni 2021 om 13:12:43 UTC+2 schreef Michael Hagl:
> > > > > Hi Claudio,
> > > > > sorry for delay!
> > > > > I will do some tests the next days
> > > > >
> > > > > Michael Hagl
> > > > > Claudio H schrieb am Dienstag, 8. Juni 2021 um 23:02:43 UTC+2:
> > > > > > Michael
> > > > > >
> > > > > > Don't know which xhb.com's build you are using, but just in case compile and link all the PRGs from xharbour.org's contrib\tipssl
> > > > > >
> > > > > > Regards
> > > > > > Claudio H
> > > > Hi Michael,
> > > > Did you manage to send email? I cannot send e-mail from my application to the smtp servers of Google and Outlook, for example with T-mobile it works fine. I've seen that there is an improved version of xHB.com TipSSL available but I can't get it to work.
> > > > Thank you in advance for your reply.
> > > > Paul
> > > Hi Paul,
> > >
> > > sorry for delay.
> > >
> > > I never used the smtp server of google or outlook.
> > >
> > > Now I have created a gmail account for testing with my xHb.
> > >
> > > But does not work with gmail
> > >
> > > Sorry I cannot help you
> > >
> > > mit freundlichen Grüßen
> > >
> > > Michael Hagl
> > OK, sorry but thanks for your answer.
> > Paul

Re: hb_sendmail TLS-Version

<f70d8a1a-3a1a-4562-8a3f-3afa900d0ddan@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=17507&group=comp.lang.xharbour#17507

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:622a:1a09:b0:40f:da3f:bd79 with SMTP id f9-20020a05622a1a0900b0040fda3fbd79mr18285qtb.8.1691655150672;
Thu, 10 Aug 2023 01:12:30 -0700 (PDT)
X-Received: by 2002:a63:7f53:0:b0:557:6227:bf47 with SMTP id
p19-20020a637f53000000b005576227bf47mr335790pgn.9.1691655150152; Thu, 10 Aug
2023 01:12:30 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Thu, 10 Aug 2023 01:12:29 -0700 (PDT)
In-Reply-To: <f653adb0-1270-4751-be7b-bc2468bfe6f2n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=89.46.223.186; posting-account=Lf_06AoAAABOW-TvFjCEev0xZvIh54lB
NNTP-Posting-Host: 89.46.223.186
References: <0a532971-8c37-4594-9c21-2bfa7e8f03b5n@googlegroups.com>
<c42eb266-8991-40ef-9b8f-ec9b88ebeca9n@googlegroups.com> <3ca6748e-7077-4741-a00f-305f7b287dd1n@googlegroups.com>
<s9cpb1$i1s$1@dont-email.me> <662bb0f7-2ad4-459f-94a3-816fd53a9da6n@googlegroups.com>
<s9d0f9$uv2$1@dont-email.me> <ac931559-d71c-46ca-9f8e-086931cc83f5n@googlegroups.com>
<73fbdd95-8473-4d78-a3cc-b1467f54a359n@googlegroups.com> <258d93ef-0d4b-4313-b7f4-cf4cbe5880ccn@googlegroups.com>
<7ae9bf8d-7280-4232-a60c-acfc01fcfc1cn@googlegroups.com> <60462ac0-4005-46e0-9815-4149fc6b1ab3n@googlegroups.com>
<157fddee-f665-4b29-9988-15ecb4dc31c7n@googlegroups.com> <73ff9a49-10ff-4915-add8-ca53e02da300n@googlegroups.com>
<aaa46cc2-9480-4f42-b617-d8be0ecc1732n@googlegroups.com> <5d314328-26aa-4ec0-8e9e-cb857f4f67dbn@googlegroups.com>
<588cde7b-0f28-4f6d-a424-23ee895e921fn@googlegroups.com> <f653adb0-1270-4751-be7b-bc2468bfe6f2n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f70d8a1a-3a1a-4562-8a3f-3afa900d0ddan@googlegroups.com>
Subject: Re: hb_sendmail TLS-Version
From: computerpaulus@gmail.com (Paul)
Injection-Date: Thu, 10 Aug 2023 08:12:30 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Paul - Thu, 10 Aug 2023 08:12 UTC

Op woensdag 9 augustus 2023 om 07:33:21 UTC+2 schreef Richard Visscher:
> Hi Paul,
>
> For using outlook use port 587 then ( tipSSL ) opensecure(.F) with autologin and secure login .
>
> Regards,
> Richard
>
>

Hi Richard, thanks for your info, I'll get to work on it asap.
Pau

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor