We would like the server to generate emails rather than the desktop.
Is this possible?
We would like the server to generate emails rather than the desktop.
Is this possible?
Sorry Roland, did not see your comment of this next link having a very old version, so edited my message which said I was able to download the one from knowledgebase
Hi Macro,
I downloaded the below application and it is working from web, but when I enable html option mail is not going!, how we can enable.
Regards
Antony
I suspect that PBNI isn't supported by the web deployment. Try this one:
http://www.topwizprogramming.com/freecode_emailsmtp.html
Hi Macro,
I tried to download emailsmtp.zip (71.40 KB), but download with zero byte.
Regards
Antony
Good progress so far.
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 in the server environment?
I'm not a visualStudio user so I'm hoping to skip anything that requires VS.
...and this is an alternative PB implementation for step 1)
https://support.appeon.com/index.php?/Knowledgebase/Article/View/128/0/sending-smtp-emails-from-powerbuilder-applications
Cheers,
Marco
Hello Robert,
Alternatively, you can skip 1) and 2) and take one among the few freeware C# example codes demonstrating how to send email using SMTP, compile the code (from Visual Studio) into a managed .NET Assembly and do 3) and 4).
Cheers,
Marco