1. Julian I.
  2. PowerBuilder
  3. Monday, 9 May 2022 15:18 PM UTC

Hi,

We are using PBNISMTP object (pbnismtp.pbx) to send mails throw SMTP, and it works fine on PB19 and we are very grateful.

But now we need to include Message-ID on mail Headers, SMTP server is not generating it. I have found on https://github.com/bruce-armstrong/pbnismtp that new function SetHeader has been added, but our pbx, has not this function. I think we could use this to add Message-ID entry on Header ... but i don't know sure.

¿Has anyone a pbnismtp.pbx version that includes this function? Or can explain me how can i generate the pbx file from project on GitHub?
The github pbnismtp.pbx and TopWiz examples not include the new function.

Regards.

Accepted Answer
Roland Smith Accepted Answer Pending Moderation
  1. Thursday, 12 May 2022 01:50 AM UTC
  2. PowerBuilder
  3. # Permalink

A new version is available:

https://www.topwizprogramming.com/pbnismtp.html

I added SetHeader and upgraded the SSL/SMTP code so now it will support TLS v1.3 on Windows 11 or Windows Server 2022.

The way I coded SetHeader, you can only call it once. A second call will overwrite the first one.

Comment
  1. John Fauss
  2. Thursday, 12 May 2022 02:07 AM UTC
Nice work, Roland. Thank you!
  1. Helpful
  1. Julian I.
  2. Thursday, 12 May 2022 12:01 PM UTC
Thank you very much, Roland !
  1. Helpful
There are no comments made yet.
Roland Smith Accepted Answer Pending Moderation
  1. Monday, 9 May 2022 15:31 PM UTC
  2. PowerBuilder
  3. # 1

I guess I should update the Topwiz version.

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.