Discussions tagged Email
Sending Emails in Version 2022R3
- Issue
- Last updated 5 months ago
- Jenifer Brimmer replied 5 months ago
We recently migrated several applications from Version 2017R2 to Version 2022R3. We send emails with one or more attachments both internally and externally. We did not experience any issues sending emails from the applications built using Version 2...
Template E-mail, WebBrowser control. PB2022 R2
- Resolved
- How-to
- Last updated 11 months ago
- Andreas Mykonios replied 11 months ago
Good morning,
I'm using a OLE Web Browser as a E-mail template, this email is a HTML page, and i can modify manu properties as the size, font, Bold, Italic, Underline, Align, etc.. of my Template.
Can i reproduce the same is the new WebBros...
SMTPClient without authentication
- Resolved
- How-to
- Last updated 1 year ago
- Tomas Beran replied 1 year ago
Hi,
How to use the new PB2022R2 SMTPClient without authentication?
I mustn't authenticate to the SMTP server because it's set to reject authentication attempts.
I tried simply not set username and password but I'm getting error -15 when I'm trying...
Error when using PowerBuilder 2022 R2 Beta's SMTP functionality
- How-to
- Last updated 1 year ago
- Tomas Beran replied 1 year ago
Hi,
I have the following codes that I based from the sample given in Appeon side. I'm using PowerBuilder 2022 R2 Beta. My IT department said that we can send email through our SMTP server without authentication, and leave Password, SecureProtocol, E...
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...
How to add CC to Outlook message (using OLE)
- Resolved
- How-to
- Last updated 1 year ago
- Miguel Leeuwe replied 1 year ago
Hi,
I'm trying to add CC address to an email I send from PB.
Settting the subject, To (single receiver) work fine, but trying to add the CC gives error "incorrect number of parameters".
here is an extract of the code
// This part works finelol...
Outlook email integration from PowerBuilder
- Advice
- Last updated 2 years ago
- Mark Goldsmith replied 2 years ago
Hi All,
PB Version: PowerBuilder 2021 (Build 1509)/ MS SQL Server 2019.
Outlook version: Outlook 2016
BillingInformation [MailItem.BillingInformation property (Outlook)]: a place holder to store all the File ID's that i want to send one email to.
...
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...
How to decide, whether email client is installed?
- How-to
- Last updated 3 years ago
- John Fauss replied 3 years ago
Hi.When executing "mRet = mSes.mailLogon(mailNewSession!)" on a client, where no mail client is installed, this message appears:=>Screenshot 2021-06-10 153238.pngWhereas on a machine with a mail client installed, I am able to select a profile:=>...
MAPI Session - MailLogon returns failure
- Resolved
- How-to
- Last updated 3 years ago
- Rolf Knaden replied 3 years ago
Power Builder 2019 R3 can not execute Maillogon for MAPI.
Refer below code.
Mailsession ims_mses
ims_mses = create mailSession
mRet = ims_mses.mailLogon (mailNewSession!)
Above code gives mRet = mailReturnFailure!
Please note I am using Power...
How to save a MailMessage Object to the file system
- Resolved
- How-to
- Last updated 4 years ago
- Olan Knight replied 4 years ago
Preferably, I would like to save it to an eml/msg file after it has been sent. I can probably get the message using mailReadMessage to get it into a mailMessage object with the proper ID.
But I can't find a way to save it to a disk file....
Issue with MailSession object (send mail using MAPI)
- Issue
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
It seems there is an issue with the MailSession object and a specific version of Office365 Outlook (Semi Annual Channel Version 1908 (Build 11929.20776) 32 bit).
The Microsoft Outlook dialog (A program is trying to send an email message on your beha...
Hello
How do I send an email without any third party and no outlook installed on the machine just using
pb functions for define email address to , send from, file attach and so on ?
thanks...
Hi,
We are migrating our VDI desktops to Windows 10 and Office 365 (32 bit)
In our PB application, we are using MSMAPI control to retrieve outlook items and also send emails.
With the current implementation, there is a popup that comes up asking ...
PB2019 MAPI crashes
- Resolved
- Issue
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
Some Infos:
Machine : Windows Server 2012 R2 StandardPowerbuilder: Version 2019 Build 2082Email Client: Mozilla Thunderbird 60.8.0 (32-Bit)
Hello,
im trying to migrate one of our projects from PB2017 to PB2019. But in PB2019 the programm ke...
I'm wondering if I can email a dw directly, or do I have to first create a PDF then email the file as an attachment?
~~~Tracy
...
Hi all,
Hoping someone's run into this issue and knows the fix...sending emails using PB 12.6 and everything works fine, except when on a shared desktop, where code fails calling mailLogon and the program crashes.
Any help would be greatly ...
Roland smith email code attachment issue
- Issue
- Last updated 6 years ago
- Roland Smith replied 6 years ago
Roland sir,
i tested your send email code (pbnismtp.pbl file) and it works perfectly. i want to send bulk emails with attachments. So in bulk email tab window(u_tabpg_bulk) i add a listbox and add and delete button to add files to the attachment .
...
External .pbx file - Sending email from server
- Issue
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
I downloaded the .pbx file and Pb example from http://www.topwizprogramming.com/pbnismtp.html
This all works in my desktop PB app but I'm missing something deploying the app using AppeonWeb.
What is required to deploy and use the .pbx file ...
HTML editor for creating the body of an email
- Issue
- Last updated 6 years ago
- Thierry Garrigues replied 2 years ago
Hello,
My application sends outbound emails and I need my users to be able to edit the body of the email. I'd like them to be able to format the body of the email with the same type of options as if you were in Outlook or another email tool w...
- Page :
- 1