Discussions tagged SMTP
DW.GetItemString returning ANSI encoded string?
- Resolved
- Issue
- Last updated 9 months ago
- Phil Jorgensen replied 9 months ago
Hello,
I have a question on string encoding behavior when sending an HTML SMTP message. Here is a description of the workflow:
First, we are reading in an HTML file as a message template. We are also reading a customizable message from a DataWindow...
MAIL PBNISMTP issue in PB 2022 x64 (Bruce + Roland)
- Resolved
- Issue
- Last updated 11 months ago
- Alexander Busch replied 11 months ago
Update: Bug is fixed with PB 2022 R2. pbx 64bit works fine again.
Hi,
We have been using Bruce Armstrong's version of the PBNI SMTP module for a number of years and have just started migrating from PB 2021 to PB 2022 (1900).
The 32 bit version ...
How to send email thru SMTP using PowerBuilder 2022?
- How-to
- Last updated 1 year ago
- Andreas Mykonios replied 1 year ago
I found this code somewhere on Appeon website to initiate SMTP from PowerBuilder 2022.
SmtpClient lsc_maillsc_mail = Create SmtpClient
I'm getting an error "Illegal data type SmtpClient"
How do I solve this error?
I found some posting sayin...
Hello,
I'm using the n_smtp tool to send mail via PB.
I experience a problem with the body of the mail cut after a certain number of characters.
It seems that the send function (of_send) cuts the text at a position.
Text before send :
<html&g...
Hi,
I am using PBNI SMTP control from Roland Smith - Topwiz.
I have problem sending email through Office365 SMTP server. Could someone tell which are correct parameters for Connection type and Authentication type?
I would like to authenticate w...
Hello,
PB 2021.1288
I have issue with PBNI SMTP control from Topwiz, Roland Smith.
If I select to send email as HTML my attachment is not attached to mail. Receiver gets email where in the body is added name of file which should be attached but no...
How to get mail messages via SMTP in PB2019?
- How-to
- Last updated 3 years ago
- Bruce Armstrong replied 3 years ago
I downloaded Roland Smith's emailSMTP utility and was able to utilize a couple objects (n_winsock and n_smtp) in our application for the sending of emails using SMTP.
However, I also need to get messages from our mail sever and process those. Is t...
Hi,
subect : smtp mail
when i generate an application in 64 bits when i use the function :
FindMimeFromData
the application close without message .
it's ok in 32 bits
i'm based on : http://www.topwizprogramming.com/freecode_emailsmtp...
Help with sending email using SMTP with SSL
- Issue
- Last updated 6 years ago
- David Peace (Powersoft) replied 6 years ago
Hi Guys,
I have been using Rolands EmailSMTP object n_smtp for years using port 25 to send email without problem. But now I am trying to use port 465 and SSL with it using cryptlib and i am getting an error. "Cryptsetattribute (activate the Sessio...
Pb2017 Topwiz EmailSMTP 64 bit program fails
- Resolved
- Issue
- Last updated 6 years ago
- Roland Smith replied 4 years ago
When I run 64 bit exe (Topwiz EmailSMTP) to send email, it fails with an error "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has faile...
PBNISMTP-Migrate from PB12.6 to PB2017
- Resolved
- Issue
- Last updated 7 years ago
- Dennis Little replied 7 years ago
Greetings All. We recently upgraded to PB2017 from PB12.6. We are having issues with pbnismtp. I created a new library and imported the pbnismtp126.pbx file and compiled a pbd. I added the new pbd and the pbx file to the working directory of the ...
- Page :
- 1